diff options
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 3a178ea7a..d8334e6c0 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -94,10 +94,6 @@ $conf['comment_spam_reject'] = true; // maximum number of links in a comment before it is qualified spam $conf['comment_spam_max_links'] = 3; -// if the ip address of a comenteer is in spamhaus.org block list, the -// comment is qualified spam -$conf['comment_spam_check_ip'] = false; - // calendar_datefield : date field of table "images" used for calendar // catgory $conf['calendar_datefield'] = 'date_creation'; |