Oh yeah, forgot to suggest logging off :)
Re: Mobile Version
« Réponse #15, le 6 Juin 2012 à 11:46 »
Cached in SESSION?
Cleared the phones cache still the same.Citation de Dragooon le 6 Juin 2012 à 11:38 Cached in SESSION?
![]() | The way it's meant to be |
if (strpos($ua, $device) !== false)
return true; if (preg_match('/' . $device . '/i', $ua))
return true;Shouldn't that beCode: (Class-MoDe.php) [Sélectionner] if (strpos($ua, $device) !== false)
return true;?Code: (Replace) [Sélectionner] if (preg_match('/' . $device . '/i', $ua))
return true;
Plus I don't see samsung/bada in there?