Changeset 11851 for branches/dev/html/mobile/cart/index.php
- Timestamp:
- 2007/03/13 17:30:19 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/mobile/cart/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/cart/index.php
r11842 r11851 27 27 // Ç㤤ʪ¤ò³¤±¤ë¾ì¹ç 28 28 if($_REQUEST['continue']) { 29 header("Location: " . gfAddSessionId( URL_SITE_TOP) );29 header("Location: " . gfAddSessionId(MOBILE_URL_SITE_TOP) ); 30 30 exit; 31 31 } … … 77 77 $objCartSess->saveCurrentCart($uniqid); 78 78 // ¹ØÆþ¥Ú¡¼¥¸¤Ø 79 header("Location: " . gfAddSessionId( URL_SHOP_TOP));79 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP)); 80 80 exit; 81 81 }
Note: See TracChangeset
for help on using the changeset viewer.
