From: Jérôme Benoit Date: Mon, 15 Jan 2018 17:13:56 +0000 (+0100) Subject: Properly ignore config file. X-Git-Url: https://git.piment-noir.org/?p=Project_webapp.git;a=commitdiff_plain;h=b591db2411af9147c9df3767ae3bd6d28fa05ef9 Properly ignore config file. Signed-off-by: Jérôme Benoit --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..355c251 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +includes/config.php diff --git a/includes/config.php b/includes/config.php deleted file mode 100644 index ef215ae..0000000 --- a/includes/config.php +++ /dev/null @@ -1,27 +0,0 @@ - 'http://localhost/~fraggle/airpolytech', - 'host' => 'localhost', - 'username' => 'fraggle', - 'password' => '$Love79!', - 'database' => 'bdVols', - 'actions' => array( - 'home', - 'login', - 'logout', - 'register', - 'booking', - 'search', - 'account' - ) - ); - - /* return array( - 'host' => $_SERVER['dbHost'], - 'username' => $_SERVER['dbLogin'], - 'password' => $_SERVER['dbPass'], - 'database' => '$_SERVER['dbBd']' - ); */ - -?>