Changeset 16907
- Timestamp:
- 2007/12/12 16:24:36 (19 years ago)
- Location:
- branches/beta/data/downloads/module/mdl_epsilon
- Files:
-
- 2 edited
-
card.php (modified) (1 diff)
-
convenience.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/downloads/module/mdl_epsilon/card.php
r16799 r16907 72 72 // ´°Î»²èÌÌ¤Ø 73 73 if (is_callable("GC_MobileUserAgent", "isMobile") && GC_MobileUserAgent::isMobile()) { 74 header("Location: " . gfAddSessionId( URL_SHOP_COMPLETE));74 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_COMPLETE)); 75 75 } else { 76 76 header("Location: " . URL_SHOP_COMPLETE); -
branches/beta/data/downloads/module/mdl_epsilon/convenience.php
r16799 r16907 75 75 // ³Îǧ¥Ú¡¼¥¸¤Ø°Üư 76 76 if (is_callable("GC_MobileUserAgent", "isMobile") && GC_MobileUserAgent::isMobile()) { 77 header("Location: " . gfAddSessionId( URL_SHOP_CONFIRM));77 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_CONFIRM)); 78 78 } else { 79 79 header("Location: " . URL_SHOP_CONFIRM); … … 215 215 216 216 if (is_callable("GC_MobileUserAgent", "isMobile") && GC_MobileUserAgent::isMobile()) { 217 header("Location: " . gfAddSessionId( URL_SHOP_COMPLETE));217 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_COMPLETE)); 218 218 } else { 219 219 header("Location: " . URL_SHOP_COMPLETE);
Note: See TracChangeset
for help on using the changeset viewer.
