This commit is contained in:
adri
2018-12-30 17:41:15 +01:00
commit cf68cb8d93
5 changed files with 200 additions and 0 deletions

8
config.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
return array(
'host' => 'localhost',
'username' => 'adri',
'pw' => '',
'dbName' => 'projetphp',
);
?>