Ignore:
Timestamp:
2007/08/30 16:39:48 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-zeus/data/include/mobile.inc

    r15469 r15475  
    1515 */ 
    1616function lfMobileCheckCompatibility() { 
    17      
    18  
    19      
    2017    if (!GC_MobileUserAgent::isSupported()) { 
    2118        header('Location: ' . URL_DIR . 'unsupported/index.php'); 
    2219        exit; 
    2320    } 
    24      
    25  
    2621} 
    2722 
Note: See TracChangeset for help on using the changeset viewer.