This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Lightweight detector of mobile devices, OSs & browsers | |
* Copyright 2012 Túbal Martín (email: [email protected]) | |
* License: GPL2 | |
*/ | |
if ( ! function_exists('mobile_detector') ) | |
{ |