We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7573e commit 83524eaCopy full SHA for 83524ea
htdocs/index.php
@@ -174,9 +174,9 @@ function sha256($string)
174
}
175
176
# By default, only display error logs and not the other levels
177
-error_reporting($debug_level);
+error_reporting(0);
178
if ($debug) {
179
- error_reporting(E_ALL);
+ error_reporting($debug_level);
180
# Set debug for LDAP
181
ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);
182
0 commit comments