Changeset 12836
- Timestamp:
- 2007/05/15 19:51:25 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/nonmember/payment.php
r12835 r12836 69 69 $objSiteSess->setRegistFlag(); 70 70 //header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP)); 71 header("Location: " . gfAddSessionId(' ./index.php'));71 header("Location: " . gfAddSessionId('nonmember/index.php')); 72 72 exit; 73 73 } … … 123 123 // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµÏ¿¤·¤Æ¤ª¤¯ 124 124 $objSiteSess->setRegistFlag(); 125 header("Location: " . gfAddSessionId(' ./index.php'));125 header("Location: " . gfAddSessionId('nonmember/index.php')); 126 126 exit; 127 127 break;
Note: See TracChangeset
for help on using the changeset viewer.