public function __construct(&$core)
 {
     parent::__construct($core);
     if (defined('DC_AKISMET_SUPER') && DC_AKISMET_SUPER && !$core->auth->isSuperAdmin()) {
         $this->has_gui = false;
     }
 }
 public function __construct(&$core)
 {
     parent::__construct($core);
 }
示例#3
0
 public function __construct(&$core)
 {
     parent::__construct($core);
     $this->con =& $core->con;
     $this->table = $core->prefix . 'spamrule';
 }