Properly ignore config file.
[Project_webapp.git] / 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']'
- ); */
-
-?>