mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +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
|
|
@ -129,24 +129,6 @@ define('_XE_LOCATION_', 'en');
|
|||
define('_XE_LOCATION_SITE_', 'https://www.xpressengine.com/');
|
||||
define('_XE_DOWNLOAD_SERVER_', 'https://download.xpressengine.com/');
|
||||
|
||||
/**
|
||||
* XE debug compatibility constants (not used in Rhymix).
|
||||
*/
|
||||
/*
|
||||
define('__DEBUG__', 0);
|
||||
define('__DEBUG_OUTPUT__', 0);
|
||||
define('__DEBUG_PROTECT__', 1);
|
||||
define('__DEBUG_PROTECT_IP__', '127.0.0.1');
|
||||
define('__DEBUG_DB_OUTPUT__', 0);
|
||||
define('__LOG_SLOW_QUERY__', 0);
|
||||
define('__LOG_SLOW_TRIGGER__', 0);
|
||||
define('__LOG_SLOW_ADDON__', 0);
|
||||
define('__LOG_SLOW_WIDGET__', 0);
|
||||
define('__OB_GZHANDLER_ENABLE__', 0);
|
||||
define('__ENABLE_PHPUNIT_TEST__', 0);
|
||||
define('__PROXY_SERVER__', null);
|
||||
*/
|
||||
|
||||
/**
|
||||
* Other useful constants.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue