mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Load user config after system config, providing an opportunity to manipulate system config before Rhymix takes any other action
This commit is contained in:
parent
d6dca30e0f
commit
0748d0ebd5
1 changed files with 5 additions and 5 deletions
|
|
@ -133,6 +133,11 @@ require_once RX_BASEDIR . 'common/framework/DateTime.php';
|
|||
require_once RX_BASEDIR . 'common/framework/Debug.php';
|
||||
require_once RX_BASEDIR . 'common/framework/Lang.php';
|
||||
|
||||
/**
|
||||
* Load system configuration.
|
||||
*/
|
||||
Rhymix\Framework\Config::init();
|
||||
|
||||
/**
|
||||
* Load user configuration.
|
||||
*/
|
||||
|
|
@ -141,11 +146,6 @@ if(file_exists(RX_BASEDIR . 'config/config.user.inc.php'))
|
|||
require_once RX_BASEDIR . 'config/config.user.inc.php';
|
||||
}
|
||||
|
||||
/**
|
||||
* Load system configuration.
|
||||
*/
|
||||
Rhymix\Framework\Config::init();
|
||||
|
||||
/**
|
||||
* Install the debugger.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue