Tidy a bit the files structure.
[Project_webapp.git] / includes / config.php
1 <?php
2
3 return array(
4 'root_url' => 'http://localhost/~fraggle/airpolytech',
5 'host' => 'localhost',
6 'username' => 'fraggle',
7 'password' => '$Love79!',
8 'database' => 'bdVols',
9 'actions' => array (
10 'home',
11 'login',
12 'register',
13 'booking',
14 'search',
15 'account'
16 )
17 );
18
19 /* return array(
20 'host' => $_SERVER['dbHost'],
21 'username' => $_SERVER['dbLogin'],
22 'password' => $_SERVER['dbPass'],
23 'database' => '$_SERVER['dbBd']'
24 ); */
25
26 ?>