Commit 392aea79ebbd935537e549e285ad732d560fa5bc
1 parent
0f3ea6b2
Added database name and creds.php to index.php
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
creds.php
@@ -2,3 +2,4 @@ | @@ -2,3 +2,4 @@ | ||
2 | define("__MYSQL_USERNAME__", "crep"); | 2 | define("__MYSQL_USERNAME__", "crep"); |
3 | define("__MYSQL_PASSWORD__", "lescrepcestcool"); | 3 | define("__MYSQL_PASSWORD__", "lescrepcestcool"); |
4 | define("__MYSQL_HOSTNAME__", "cambraisis.escaut.net"); | 4 | define("__MYSQL_HOSTNAME__", "cambraisis.escaut.net"); |
5 | +define("__MYSQL_DATABASE__", "crep"); |