Changeset 15475 for branches/feature-module-zeus/data/include/mobile.inc
- Timestamp:
- 2007/08/30 16:39:48 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-zeus/data/include/mobile.inc
r15469 r15475 15 15 */ 16 16 function lfMobileCheckCompatibility() { 17 18 19 20 17 if (!GC_MobileUserAgent::isSupported()) { 21 18 header('Location: ' . URL_DIR . 'unsupported/index.php'); 22 19 exit; 23 20 } 24 25 26 21 } 27 22
Note: See TracChangeset
for help on using the changeset viewer.