[geeklog-hg] geeklog: Spam-X Stop Forum Spam module and Spam Number of Links ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Oct 25 15:34:35 EDT 2012


changeset 8868:e50672d515e9
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/e50672d515e9
user: Tom <websitemaster at cogeco.net>
date: Thu Oct 25 15:33:12 2012 -0400
description:
Spam-X Stop Forum Spam module and Spam Number of Links module now default to off (Feature request #0001488)

diffstat:

 plugins/spamx/install_defaults.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 58f088069923 -r e50672d515e9 plugins/spamx/install_defaults.php
--- a/plugins/spamx/install_defaults.php	Sat Oct 06 13:57:17 2012 +0900
+++ b/plugins/spamx/install_defaults.php	Thu Oct 25 15:33:12 2012 -0400
@@ -69,10 +69,10 @@
 $_SPX_DEFAULT['timeout'] = 5; // in seconds
 
 // If the module Stop Forum Spam is enabled
-$_SPX_DEFAULT['sfs_enabled'] = true;
+$_SPX_DEFAULT['sfs_enabled'] = false;
 
 // If the module Spam Number of Links is enabled
-$_SPX_DEFAULT['snl_enabled'] = true;
+$_SPX_DEFAULT['snl_enabled'] = false;
 
 // The number of links the module Spam Number of Links allows in a post
 $_SPX_DEFAULT['snl_num_links'] = 5;



More information about the geeklog-cvs mailing list