示例#1
0
文件: _tree.php 项目: nopticon/noptc
 protected function _comments_xcf()
 {
     $tree = $this->valid_tree();
     if (!$tree['tree_allow_comments'] && !$tree['tree_form']) {
         _fatal();
     }
     require_once XFS . 'core/xcf.php';
     $xcf = new captcha();
     $xcf->do_image();
     unset($xcf);
     return;
 }
示例#2
0
文件: _tree.php 项目: nopticon/noptc
 function _comments_xcf_f()
 {
     include XFS . 'core/xcf.php';
     $xcf = new captcha();
     $xcf->do_image();
     unset($xcf);
     return;
 }