We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4819f1 commit 6190b5cCopy full SHA for 6190b5c
htdocs/index.php
@@ -153,7 +153,8 @@ function sha256($string)
153
$smarty->error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED & ~E_WARNING;
154
}
155
156
-error_reporting(0);
+# By default, only display error logs and not the other levels
157
+error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED & ~E_WARNING);
158
if ($debug) {
159
error_reporting(E_ALL);
160
# Set debug for LDAP
0 commit comments