config
This commit is contained in:
parent
2682129738
commit
94f14872ed
7
src/config.php.empty
Normal file
7
src/config.php.empty
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
$mysqlParams=array(
|
||||||
|
'host' => 'localhost',
|
||||||
|
'user' => '',
|
||||||
|
'pass' => '',
|
||||||
|
'database'=>''
|
||||||
|
);
|
Loading…
Reference in New Issue
Block a user