creds.php 269 Bytes
<?php
define("__MYSQL_USERNAME__", "crep");
define("__MYSQL_PASSWORD__", "lescrepcestcool");
define("__MYSQL_HOSTNAME__", "cambraisis.escaut.net");
define("__MYSQL_DATABASE__", "crep");
mb_internal_encoding('UTF-8');
mb_http_output('UTF-8');
mb_http_input('UTF-8');
?>