error reporting all

This commit is contained in:
xiaomlove
2020-12-29 03:54:56 +08:00
parent fe7489ef51
commit d190ca6f67

View File

@@ -1844,7 +1844,8 @@ function userlogin() {
$Cache->setClearCache(1);
}
if ($enablesqldebug_tweak == 'yes' && get_user_class() >= $sqldebug_tweak) {
error_reporting(E_ALL & ~E_NOTICE);
// error_reporting(E_ALL & ~E_NOTICE);
error_reporting(-1);
}
}