示例#1
0
 protected function userAgentMatch()
 {
     return $this->auth->getServerAttr('HTTP_USER_AGENT') === $this->get(self::INDEX_USERAGENT);
 }