/** * site_config.inc.php * * Config file for the EMS Media mobile broswer detection script * * @author: Chris Cooke, EMS Media Ltd * * :: Changelog :: * :: 21/02/11 - CC - Created File * **/ // Full url of the full desktop website including http:// e.g. http://google.co.uk $desktopURL = 'http://kenilworth-guesthouse-accommodation.com'; // Full url of mobile website including http:// e.g. http://google.mobi $mobileURL = 'http://kenilworth-guesthouse-accommodation.mobi'; ?>