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