require_once('Connections/mobile_device_detect.php'); $mobile = detectMobile(); if ($mobile){ header("location:http://www.jgzag.ch/mobile/"); die(); } ?>