Debug log switch added to config.inc.php
parent
cbeb743904
commit
f9e96a7ac2
|
@ -62,4 +62,7 @@
|
||||||
|
|
||||||
// Log attempted passwords (could be insecure, disabled by default)
|
// Log attempted passwords (could be insecure, disabled by default)
|
||||||
$rcmail_config['defense_log_pwd'] = false;
|
$rcmail_config['defense_log_pwd'] = false;
|
||||||
|
|
||||||
|
// Enable debug log to logs/defense.log
|
||||||
|
$rcmail_config['defense_debug_enabled'] = false;
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue