Changeset 1605
- Timestamp:
- 11/10/2006 11:19:05 PM (2 years ago)
- Files:
-
- 1 modified
-
trunk/plugins/MiniAntispam.jplug.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/MiniAntispam.jplug.php
r1604 r1605 19 19 function hook_newComment($form) { 20 20 if(empty($form['publickey']) OR $form['publickey'] != $form['privatkey']) { 21 // mail('spam@jeenaparadies.net', 'spam', $form['content']);22 21 die("<h1>Hi spammer</h1>Please don't spam me."); 23 22 }
