Changeset 11813 for branches/dev/html


Ignore:
Timestamp:
2007/03/13 10:06:10 (19 years ago)
Author:
uehara
Message:
 
Location:
branches/dev/html/mobile
Files:
3 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            } 
  • branches/dev/html/mobile/magazine/confirm.php

    r11686 r11813  
    6666    $CONF = sf_getBasisData(); 
    6767    $objPage->CONF = $CONF; 
    68     $objPage->tpl_url = gfAddSessionId(SSL_URL . "magazine/" . $_REQUEST['mode'] . ".php?id=" . $uniqId); 
     68    $objPage->tpl_url = gfAddSessionId(MOBILE_SSL_URL . "magazine/" . $_REQUEST['mode'] . ".php?id=" . $uniqId); 
    6969     
    7070    $objMailText = new SC_SiteView(); 
  • branches/dev/html/mobile/redirect.php

    r11686 r11813  
    2020    header("Location: $next_url"); 
    2121} else { 
    22     header('Location: ' . SITE_URL); 
     22    header('Location: ' . MOBILE_SITE_URL); 
    2323} 
    2424?> 
Note: See TracChangeset for help on using the changeset viewer.