Commit 1d6ff06c46ad53f2db26d4a9e472221627214eb7

Authored by Erwan Nanrocki
2 parents df07e8a2 ceace36e

Merge branch 'master' of ssh://servclubinfo.insecure.deule.net/crep

Showing 2 changed files with 4 additions and 0 deletions   Show diff stats
creds.php
... ... @@ -2,3 +2,4 @@
2 2 define("__MYSQL_USERNAME__", "crep");
3 3 define("__MYSQL_PASSWORD__", "lescrepcestcool");
4 4 define("__MYSQL_HOSTNAME__", "cambraisis.escaut.net");
  5 +define("__MYSQL_DATABASE__", "crep");
... ...
index.php
  1 +<?php
  2 +require_once("creds.php");
  3 +?>
1 4 <!DOCTYPE>
2 5 <html>
3 6 <head>
... ...