diff --git a/fp-plugins/accessibleantispam/plugin.accessibleantispam.php b/fp-plugins/accessibleantispam/plugin.accessibleantispam.php index 7112e5d..1fe73c7 100755 --- a/fp-plugins/accessibleantispam/plugin.accessibleantispam.php +++ b/fp-plugins/accessibleantispam/plugin.accessibleantispam.php @@ -8,7 +8,7 @@ Version: 3.0 Author URI: http://www.nowhereland.it */ -define('AASPAM_DEBUG', true); +define('AASPAM_DEBUG', false); define('AASPAM_LOG', CACHE_DIR . 'aaspamlog.txt'); add_action('comment_validate', 'plugin_aaspam_validate', 5, 2);