if (FALSE) { // mobile web site does not exist anymore... evyncke August 2019 if (isset($_SERVER['HTTP_X_WAP_PROFILE'])) { header('Location: http://m-6lab.cisco.com/stats/index.html') ; exit ; } if (strpos($_SERVER['HTTP_USER_AGENT'], 'Mobile') !== FALSE) { header('Location: http://m-6lab.cisco.com/stats/index.html') ; exit ; } if (strpos($_SERVER['HTTP_USER_AGENT'], 'BlackBerry') !== FALSE) { header('Location: http://m-6lab.cisco.com/stats/index.html') ; exit ; } } ?>