Home
last modified time | relevance | path

Searched refs:binfo (Results 1 – 1 of 1) sorted by relevance

/plugin/nobadbrowser/
H A Daction.php25 var $binfo = array(); variable in action_plugin_nobadbrowser
34 $this->binfo= [];
36 $this->binfo= $this->get_browser_local($_SERVER['HTTP_USER_AGENT']);
37 $this->binfo['browscap']= false;
43 $this->binfo= get_browser(null, true);
44 $this->binfo['browscap']= true;
46 $this->binfo['_UA']= $_SERVER['HTTP_USER_AGENT'];
47 //msg(print_r($this->binfo, true), 1); // FOR DEBUG
100 if (preg_match('/\bIE/', $this->binfo['browser']) && intval($this->binfo['versio
[all...]