임시로 디버그 모드 변경. min.js 파일 반영문제 때문에.

This commit is contained in:
conory 2015-12-30 11:19:31 +09:00
parent 4051c5dbc1
commit 8e31c19365

View file

@ -114,7 +114,7 @@ if(!defined('__DEBUG__'))
* 4: output DB query history * 4: output DB query history
* </pre> * </pre>
*/ */
define('__DEBUG__', 0); define('__DEBUG__', 1);
} }
if(!defined('__DEBUG_OUTPUT__')) if(!defined('__DEBUG_OUTPUT__'))