예제 #1
0
파일: items.php 프로젝트: jomsocial/JSVoice
 public function __construct($default = array())
 {
     parent::__construct($default);
     require_once JPATH_SITE . DS . 'components' . DS . 'com_javoice' . DS . 'helpers' . DS . 'jacaptcha' . DS . 'jacapcha.php';
     $this->registerTask('duplicate', 'spam');
     $this->registerTask('Inappropriate', 'spam');
 }
예제 #2
0
파일: feeds.php 프로젝트: jomsocial/JSVoice
 function __construct()
 {
     parent::__construct();
 }