Changeset 1605

Show
Ignore:
Timestamp:
11/10/2006 11:19:05 PM (2 years ago)
Author:
jeena
Message:

deleted unnesecary comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/MiniAntispam.jplug.php

    r1604 r1605  
    1919    function hook_newComment($form) { 
    2020        if(empty($form['publickey']) OR $form['publickey'] != $form['privatkey']) { 
    21 //            mail('spam@jeenaparadies.net', 'spam', $form['content']); 
    2221            die("<h1>Hi spammer</h1>Please don't spam me."); 
    2322        }