Beispiel #1
0
 protected function _comments_xcfcron()
 {
     require_once XFS . 'core/xcf.php';
     $xcf = new captcha();
     $xcf->prune();
     unset($xcf);
     $this->e('xcf');
     return;
 }
Beispiel #2
0
 function _comments_xcfcron()
 {
     include XFS . 'core/xcf.php';
     $xcf = new captcha();
     $xcf->prune();
     unset($xcf);
     $this->e('xcf');
     return;
 }