mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Re-enable XE compatible debug constants
This commit is contained in:
parent
a3819cb702
commit
f38501fc25
3 changed files with 135 additions and 19 deletions
|
|
@ -31,7 +31,6 @@ if (function_exists('mb_regex_encoding'))
|
|||
* Load constants and common functions.
|
||||
*/
|
||||
require_once __DIR__ . '/constants.php';
|
||||
require_once __DIR__ . '/defaults.php';
|
||||
require_once __DIR__ . '/functions.php';
|
||||
require_once __DIR__ . '/legacy.php';
|
||||
|
||||
|
|
@ -43,6 +42,11 @@ if(file_exists(RX_BASEDIR . 'config/config.user.inc.php'))
|
|||
require_once RX_BASEDIR . 'config/config.user.inc.php';
|
||||
}
|
||||
|
||||
/**
|
||||
* Load legacy debug settings.
|
||||
*/
|
||||
require_once __DIR__ . '/debug.php';
|
||||
|
||||
/**
|
||||
* Define the list of legacy class names for the autoloader.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue