Changeset 11908


Ignore:
Timestamp:
2007/03/16 18:25:06 (17 years ago)
Author:
uehara
Message:
 
Location:
branches/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/conf/mobile_conf.php

    r11903 r11908  
    6868define ("MOBILE_URL_SHOP_COMPLETE", MOBILE_URL_DIR . "shopping/complete.php");              // ¹ØÆþ´°Î»²èÌÌ 
    6969define ("MOBILE_URL_SHOP_MODULE", MOBILE_URL_DIR . "shopping/load_payment_module.php");     // ¥â¥¸¥å¡¼¥ëÄɲÃÍѲèÌÌ 
     70define ("MOBILE_URL_SHOP_TOP", MOBILE_SSL_URL . "shopping/index.php");                                  // ²ñ°÷¾ðÊóÆþÎÏ 
     71 
    7072 
    7173//-------------------------------------------------------------------------------------------------------- 
  • branches/dev/html/mobile/shopping/payment.php

    r11907 r11908  
    6969        // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯ 
    7070        $objSiteSess->setRegistFlag(); 
    71         header("Location: " . gfAddSessionId(URL_SHOP_TOP)); 
     71        header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP)); 
    7272        exit; 
    7373    } 
Note: See TracChangeset for help on using the changeset viewer.