Tidy a bit the files structure.
[Project_webapp.git] / includes / config.php
diff --git a/includes/config.php b/includes/config.php
new file mode 100644 (file)
index 0000000..35fc43c
--- /dev/null
@@ -0,0 +1,26 @@
+ <?php
+
+ return array(
+     'root_url' => 'http://localhost/~fraggle/airpolytech',
+     'host' => 'localhost',
+     'username' => 'fraggle',
+     'password' => '$Love79!',
+     'database' => 'bdVols',
+     'actions' => array (
+         'home',
+         'login',
+         'register',
+         'booking',
+         'search',
+         'account'
+     )
+ );
+
+ /* return array(
+     'host' => $_SERVER['dbHost'],
+     'username' => $_SERVER['dbLogin'],
+     'password' => $_SERVER['dbPass'],
+     'database' => '$_SERVER['dbBd']'
+ ); */
+
+?>