示例#1
0
文件: NoAuth.php 项目: horde/horde
 /**
  */
 public function send()
 {
     global $registry;
     if (!empty($registry->authException)) {
         $registry->getApiInstance($this->_app, 'application')->appInitFailure($registry->authException);
     }
     parent::send();
 }
示例#2
0
文件: JsonHtml.php 项目: horde/horde
 /**
  */
 public function send()
 {
     $this->jsonhtml = true;
     parent::send();
 }