Changeset 16138


Ignore:
Timestamp:
2007/09/28 10:43:36 (16 years ago)
Author:
nanasess
Message:

lfMobileCheckCompatibility() パス修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/helper/SC_Helper_Mobile.php

    r16136 r16138  
    2828    function lfMobileCheckCompatibility() { 
    2929        if (!GC_MobileUserAgent::isSupported()) { 
    30             header('Location: ' . URL_DIR . 'unsupported/index.php'); 
     30            header('Location: ' . URL_DIR . 'mobile/unsupported/index.php'); 
    3131            exit; 
    3232        } 
Note: See TracChangeset for help on using the changeset viewer.