b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 1.10) [ class tree: main ] [ index: main ] [ all elements ]

Source for file _antispam_poll.job.php

Documentation is available at _antispam_poll.job.php

  1. <?php
  2. /**
  3.  * This file implements the Antispam poll Cron controller
  4.  *
  5.  * @author fplanque: Francois PLANQUE
  6.  *
  7.  * @version $Id: _antispam_poll.job.php,v 1.1.4.2 2006/11/04 19:54:51 fplanque Exp $
  8.  */
  9. if!defined('EVO_MAIN_INIT') ) die'Please, do not access this page directly.' );
  10.  
  11.  
  12. // Success
  13.     $job_ret 1;
  14. }
  15. else
  16. {    // Error
  17.     $job_ret 100;
  18. }
  19.  
  20. global $Messages;
  21. $result_message $Messages->get_string'''''all'"\n" );
  22.  
  23. return $job_ret;
  24.  
  25. /*
  26.  * $Log: _antispam_poll.job.php,v $
  27.  * Revision 1.1.4.2  2006/11/04 19:54:51  fplanque
  28.  * Reinjected old Log blocks. Removing them from CVS was a bad idea -- especially since Daniel has decided branch 1.9 was his HEAD...
  29.  *
  30.  * Revision 1.1  2006/06/26 23:09:34  fplanque
  31.  * Really working cronjob environment :)
  32.  *
  33.  */
  34. ?>

Documentation generated on Tue, 20 May 2008 01:37:28 +0200 by phpDocumentor 1.4.2