slog关闭控制用常量

This commit is contained in:
luofei614
2015-12-08 04:41:13 -05:00
parent 791f9dbd6d
commit 192dfa1b7c
2 changed files with 1 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ class Slog
protected static function check()
{
if (!self::$config['enable']) {
if (!SLOG_ON) {
return false;
}
$tabid = self::getClientArg('tabid');