Blame view

creds.php 269 Bytes
39e76ea1   Jean Wasilewski   Added credentials...
1
2
3
4
  <?php
  define("__MYSQL_USERNAME__", "crep");
  define("__MYSQL_PASSWORD__", "lescrepcestcool");
  define("__MYSQL_HOSTNAME__", "cambraisis.escaut.net");
392aea79   Jean Wasilewski   Added database na...
5
  define("__MYSQL_DATABASE__", "crep");
cb5a3492   Jean Wasilewski   Fix for the UTF8 ...
6
7
8
  mb_internal_encoding('UTF-8');
  mb_http_output('UTF-8');
  mb_http_input('UTF-8');
1583404e   kevin   modif sur new.php
9
  ?>