Re-enable XE compatible debug constants

This commit is contained in:
Kijin Sung 2016-01-19 14:20:21 +09:00
parent a3819cb702
commit f38501fc25
3 changed files with 135 additions and 19 deletions

View file

@ -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.
*/