X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=includes%2Fconfig.php;fp=includes%2Fconfig.php;h=35fc43c84f52a4e7d71b047256f0274131d8cce2;hb=b5f60f89589412e18b51326378ab13b9a4fa0f19;hp=0000000000000000000000000000000000000000;hpb=65fc0194b3ae059f212c577db4f4a8fec43069d6;p=Project_webapp.git diff --git a/includes/config.php b/includes/config.php new file mode 100644 index 0000000..35fc43c --- /dev/null +++ b/includes/config.php @@ -0,0 +1,26 @@ + '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']' + ); */ + +?>