Ignore:
Timestamp:
2011/01/02 16:01:35 (13 years ago)
Author:
fukuda
Message:

#880(mobile/sphoneディレクトリを削除)に対応。まずmobileのみ意図通りの動作になるように一部コミット(unsupportedディレクトリ)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/helper/SC_Helper_Mobile.php

    r19805 r19810  
    3737    /** 
    3838     * EC-CUBE がサポートする携帯端末かどうかをチェックする。 
    39      * 非対応端末の場合は /mobile/unsupported/ へリダイレクトする。 
     39     * 非対応端末の場合は /unsupported/ へリダイレクトする。 
    4040     * 
    4141     * @return void 
     
    4343    function lfMobileCheckCompatibility() { 
    4444        if (!SC_MobileUserAgent::isSupported()) { 
    45             header('Location: ' . URL_PATH . 'mobile/unsupported/' . DIR_INDEX_URL); 
     45            header('Location: ' . URL_PATH . 'unsupported/' . DIR_INDEX_URL); 
    4646            exit; 
    4747        } 
Note: See TracChangeset for help on using the changeset viewer.