Commit 4e953d060283e3f796fa6405ad5d3d3f1da5c2a2
1 parent
71f6177a
At this point it won't make much of a difference
Showing
2 changed files
with
1 additions
and
14 deletions
Show diff stats
.gitignore
creds.php deleted
... | ... | @@ -1,9 +0,0 @@ |
1 | -<?php | |
2 | -define("__MYSQL_USERNAME__", "crep"); | |
3 | -define("__MYSQL_PASSWORD__", "lescrepcestcool"); | |
4 | -define("__MYSQL_HOSTNAME__", "cambraisis.escaut.net"); | |
5 | -define("__MYSQL_DATABASE__", "crep"); | |
6 | -mb_internal_encoding('UTF-8'); | |
7 | -mb_http_output('UTF-8'); | |
8 | -mb_http_input('UTF-8'); | |
9 | -?> |