Properly ignore config file.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 15 Jan 2018 17:13:56 +0000 (18:13 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 15 Jan 2018 17:13:56 +0000 (18:13 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.gitignore [new file with mode: 0644]
includes/config.php [deleted file]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..355c251
--- /dev/null
@@ -0,0 +1 @@
+includes/config.php
diff --git a/includes/config.php b/includes/config.php
deleted file mode 100644 (file)
index ef215ae..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
- <?php
-
- return array(
-     'root_url' => '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']'
- ); */
-
-?>