This commit is contained in:
Gnieark 2015-11-28 19:22:48 +01:00
parent 2682129738
commit 94f14872ed

7
src/config.php.empty Normal file
View File

@ -0,0 +1,7 @@
<?php
$mysqlParams=array(
'host' => 'localhost',
'user' => '',
'pass' => '',
'database'=>''
);