Commit 392aea79ebbd935537e549e285ad732d560fa5bc

Authored by Jean Wasilewski
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 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>
... ...