Debug log switch added to config.inc.php

develop
Steve Allison 2013-02-21 18:37:02 +00:00
parent cbeb743904
commit f9e96a7ac2
1 changed files with 3 additions and 0 deletions

View File

@ -62,4 +62,7 @@
// Log attempted passwords (could be insecure, disabled by default)
$rcmail_config['defense_log_pwd'] = false;
// Enable debug log to logs/defense.log
$rcmail_config['defense_debug_enabled'] = false;
?>