Changeset 11851 for branches/dev/html/mobile/shopping/payment.php
- Timestamp:
- 2007/03/13 17:30:19 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/mobile/shopping/payment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/shopping/payment.php
r11842 r11851 89 89 $objSiteSess->setRegistFlag(); 90 90 // ³Îǧ¥Ú¡¼¥¸¤Ø°Üư 91 header("Location: " . gfAddSessionId( URL_SHOP_CONFIRM));91 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_CONFIRM)); 92 92 exit; 93 93 }else{ … … 108 108 // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµÏ¿¤·¤Æ¤ª¤¯ 109 109 $objSiteSess->setRegistFlag(); 110 header("Location: " . gfAddSessionId( URL_SHOP_TOP));110 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP)); 111 111 exit; 112 112 break;
Note: See TracChangeset
for help on using the changeset viewer.
