2009-02-03 22:29:55 +01:00
|
|
|
<?php
|
|
|
|
|
2010-12-13 01:50:08 +01:00
|
|
|
/**
|
|
|
|
* Default configuration settings for the Spam Protection module.
|
|
|
|
*
|
|
|
|
* You should not put your own configuration in here rather use your
|
|
|
|
* mysite/_config.php file
|
|
|
|
*
|
|
|
|
* @package spamprotection
|
|
|
|
*/
|
|
|
|
|
2012-12-15 23:23:21 +01:00
|
|
|
/**
|
2017-01-31 13:08:34 +01:00
|
|
|
* If the comments module is installed then add the spam protection module
|
2012-12-15 23:23:21 +01:00
|
|
|
* to the comments form via this extension.
|
|
|
|
*
|
|
|
|
* Place this line in your mysite/_config.php
|
|
|
|
*/
|
|
|
|
|
2013-04-05 10:13:26 +02:00
|
|
|
// CommentingController::add_extension('CommentSpamProtection');
|