From 392aea79ebbd935537e549e285ad732d560fa5bc Mon Sep 17 00:00:00 2001 From: Jean Wasilewski Date: Wed, 22 Oct 2014 12:51:48 +0200 Subject: [PATCH] Added database name and creds.php to index.php --- creds.php | 1 + index.php | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/creds.php b/creds.php index b911b9b..7fbb99f 100644 --- a/creds.php +++ b/creds.php @@ -2,3 +2,4 @@ define("__MYSQL_USERNAME__", "crep"); define("__MYSQL_PASSWORD__", "lescrepcestcool"); define("__MYSQL_HOSTNAME__", "cambraisis.escaut.net"); +define("__MYSQL_DATABASE__", "crep"); diff --git a/index.php b/index.php index 1d2179f..7f1bfac 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,6 @@ + -- libgit2 0.21.2