示例#1
0
文件: _tree.php 项目: nopticon/noptc
 protected function _comments_xcfcron()
 {
     require_once XFS . 'core/xcf.php';
     $xcf = new captcha();
     $xcf->prune();
     unset($xcf);
     $this->e('xcf');
     return;
 }
示例#2
0
文件: _tree.php 项目: nopticon/noptc
 function _comments_xcfcron()
 {
     include XFS . 'core/xcf.php';
     $xcf = new captcha();
     $xcf->prune();
     unset($xcf);
     $this->e('xcf');
     return;
 }