Fix default config
This commit is contained in:
parent
939e6d994d
commit
ad5185dbc1
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
$___profile['db'] = 'kohler_palettes';
|
||||
$___profile['db'] = 'fic2014';
|
||||
$___profile['host'] = 'localhost';
|
||||
$___profile['user'] = 'root';
|
||||
$___profile['pass'] = '';
|
||||
|
|
|
|||
Reference in a new issue