示例#1
0
文件: json.php 项目: iweave/unmark
 public function chromePing()
 {
     if ($this->logged_in !== true || parent::isChromeExtension() === false) {
         $this->data['errors'] = formatErrors(403);
     } else {
         $this->data['success'] = true;
     }
     $this->renderJSON();
 }