mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
error reporting all
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user