Fix settings for dev

This commit is contained in:
nemunaire 2020-11-15 17:18:12 +01:00
commit 1bcad3d120
5 changed files with 10 additions and 9 deletions

View file

@ -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';
?>
?>