Ignore:
Timestamp:
2007/03/13 10:06:10 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/entry/index.php

    r11690 r11813  
    4343//SSLURLȽÄê 
    4444if (SSLURL_CHECK == 1){ 
    45     $ssl_url= sfRmDupSlash(SSL_URL.$_SERVER['REQUEST_URI']); 
     45    $ssl_url= sfRmDupSlash(MOBILE_SSL_URL.$_SERVER['REQUEST_URI']); 
    4646    if (!ereg("^https://", $non_ssl_url)){ 
    4747        sfDispSiteError(URL_ERROR); 
     
    183183            // ¶õ¥á¡¼¥ë¤ò¼õ¿®ºÑ¤ß¤Î¾ì¹ç¤Ï¤¹¤°¤ËËÜÅÐÏ¿´°Î»¤Ë¤¹¤ë¡£ 
    184184            if (isset($_SESSION['mobile']['kara_mail_from'])) { 
    185                 header("Location:" . gfAddSessionId(URL_DIR . "regist/index.php?mode=regist&id=" . $objPage->uniqid)); 
     185                header("Location:" . gfAddSessionId(MOBILE_URL_DIR . "regist/index.php?mode=regist&id=" . $objPage->uniqid)); 
    186186                exit; 
    187187            } 
Note: See TracChangeset for help on using the changeset viewer.