mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Do not define debug constants by default
This commit is contained in:
parent
f9dabb06f4
commit
19ec92fc68
1 changed files with 2 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ 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);
|
||||
|
|
@ -144,6 +145,7 @@ 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