[geeklog-cvs] geeklog-1.3 config.php,1.139,1.140

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Sat Oct 16 14:22:41 EDT 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv585

Modified Files:
	config.php 
Log Message:
Added $_CONF default parm for SPAMX action

Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.139
retrieving revision 1.140
diff -C2 -d -r1.139 -r1.140
*** config.php	16 Oct 2004 17:59:59 -0000	1.139
--- config.php	16 Oct 2004 18:22:39 -0000	1.140
***************
*** 233,236 ****
--- 233,246 ----
  
  // +---------------------------------------------------------------------------+
+ // | Define action to be taken by SPAMX module if spam detected                |
+ // | Current SPAMX module supports two actions which can be combined           |
+ // | Additional classes can be added as well as other plugin extensions        |
+ // | Actions: 128 = ignore comment and redirect to homepage                    |
+ // |          8 = mail admin message                                           |
+ // |          136 (SUM) ignore and email adming                                |
+ // +---------------------------------------------------------------------------+
+ $_CONF['spamx'] = 128;  // Default to ignore comment.
+ 
+ // +---------------------------------------------------------------------------+
  // | Support for custom templaes to support advanced Rich Text Editor          |
  // | Checked in comment.php, submit.php, admin/story.php and                   |




More information about the geeklog-cvs mailing list