mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
slog关闭控制用常量
This commit is contained in:
@@ -189,7 +189,7 @@ class Slog
|
||||
|
||||
protected static function check()
|
||||
{
|
||||
if (!self::$config['enable']) {
|
||||
if (!SLOG_ON) {
|
||||
return false;
|
||||
}
|
||||
$tabid = self::getClientArg('tabid');
|
||||
|
||||
Reference in New Issue
Block a user