botsArena/src/config.php.empty

8 lines
103 B
Plaintext
Raw Normal View History

2015-11-28 19:22:48 +01:00
<?php
$mysqlParams=array(
'host' => 'localhost',
'user' => '',
'pass' => '',
'database'=>''
);