Changeset 16135


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

 https:// か識別するよう修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/require.php

    r16134 r16135  
    5555    } 
    5656 
     57    $url = ""; 
     58    if (SC_Utils_Ex::sfIsHTTPS()) { 
     59        $url = SSL_URL; 
     60    } else { 
     61        $url = SITE_URL; 
     62    } 
    5763    header("Location: " 
    58            .  SC_Utils_Ex::sfRmDupSlash(SITE_URL . URL_DIR . "mobile/" . $path)); 
     64           .  SC_Utils_Ex::sfRmDupSlash($url . URL_DIR . "mobile/" . $path)); 
    5965    exit; 
    6066} 
Note: See TracChangeset for help on using the changeset viewer.