forked from halo-battle/game
Fix settings for dev
This commit is contained in:
parent
f88f9499d0
commit
1bcad3d120
5 changed files with 10 additions and 9 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
$___profile['db'] = 'halo_battle';
|
||||
$___profile['db'] = 'hb_game';
|
||||
$___profile['host'] = 'localhost';
|
||||
$___profile['user'] = 'root';
|
||||
$___profile['pass'] = 'rmss169';
|
||||
$___profile['user'] = 'hb';
|
||||
$___profile['pass'] = 'hb';
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue