how do i disable mobile detection
so mobile site still runs but ppl on mobile go to main site first
and then can click mobile view
in mdetect.php
take line 485 ti 497
// Detects if the current browser is any BlackBerry device. // Includes BB10 OS, but excludes the PlayBook. function DetectBlackBerry() { if ((stripos($this->useragent, $this->deviceBB) > -1) || (stripos($this->httpaccept, $this->vndRIM) > -1)) return $this->true; if ($this->DetectBlackBerry10Phone() == $this->true) return $this->true; else return $this->false; }
what true ir false do i need to swap around to stop BlackBerry device auto go to mobile site