Changeset 19943 for branches/version-2_5-dev/data/class/helper
- Timestamp:
- 2011/01/17 14:53:52 (16 years ago)
- Location:
- branches/version-2_5-dev/data/class/helper
- Files:
-
- 2 edited
-
SC_Helper_Mobile.php (modified) (1 diff)
-
SC_Helper_Purchase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/helper/SC_Helper_Mobile.php
r19833 r19943 197 197 } else { 198 198 // GET 以外の場合はトップページへリダイレクトする。 199 header('Location: ' . TOP_URL _PATH . '?' . SID);199 header('Location: ' . TOP_URLPATH . '?' . SID); 200 200 } 201 201 exit; -
branches/version-2_5-dev/data/class/helper/SC_Helper_Purchase.php
r19928 r19943 122 122 // カート情報表示に強制移動する 123 123 if (Net_UserAgent_Mobile::isMobile()) { 124 header("Location: ". MOBILE_CART_URL _PATH124 header("Location: ". MOBILE_CART_URLPATH 125 125 . "?" . session_name() . "=" . session_id()); 126 126 } else { 127 header("Location: ".CART_URL _PATH);127 header("Location: ".CART_URLPATH); 128 128 } 129 129 exit;
Note: See TracChangeset
for help on using the changeset viewer.
