Searched refs:binfo (Results 1 – 1 of 1) sorted by relevance
24 var $binfo = array(); variable in action_plugin_nobadbrowser33 $this->binfo= [];70 $this->binfo= get_browser(null, true);72 $this->binfo= $this->get_browser_local($_SERVER['HTTP_USER_AGENT']);73 $this->binfo['browscap']= false;75 $this->binfo['browscap']= $bc;76 $this->binfo['with']= $with;77 $this->binfo['_UA']= $_SERVER['HTTP_USER_AGENT'];121 if (preg_match('/\bIE/', $this->binfo['browser']) && intval($this->binfo['version'])< 10 ) {124 'reason' => $this->binfo['browser'] . " " . $this->binfo['version'] ,[all …]