Commit 39e76ea1775003c10b27788248531b48191f7f00

Authored by Jean Wasilewski
1 parent 9751cff6

Added credentials to connect to MySQL database

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
creds.php 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +<?php
  2 +define("__MYSQL_USERNAME__", "crep");
  3 +define("__MYSQL_PASSWORD__", "lescrepcestcool");
  4 +define("__MYSQL_HOSTNAME__", "cambraisis.escaut.net");
... ...