Changeset 7562
- Timestamp:
- 2006/11/07 09:14:39 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/conf/conf.php (modified) (1 diff)
-
html/shopping/confirm.php (modified) (1 diff)
-
html/shopping/load_payment_module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r7551 r7562 345 345 define ("URL_SHOP_LOAN", URL_DIR . "shopping/loan.php"); // ¥í¡¼¥ó·èºÑ²èÌÌ 346 346 define ("URL_SHOP_CONVENIENCE", URL_DIR . "shopping/convenience.php"); // ¥³¥ó¥Ó¥Ë·èºÑ²èÌÌ 347 define ("URL_SHOP_MODULE", URL_DIR . "shopping/load_payment_module.php"); // ¥â¥¸¥å¡¼¥ëÄɲÃÍѲèÌÌ 347 348 define ("URL_PRODUCTS_TOP", URL_DIR . "products/top.php"); // ¾¦ÉÊ¥È¥Ã¥× 348 349 define ("LIST_P_HTML", URL_DIR . "products/list-p"); // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ) -
temp/trunk/html/shopping/confirm.php
r7555 r7562 89 89 switch($arrPayment[0]["memo04"]) { 90 90 case PAYMENT_CREDIT_ID: 91 header("Location: " . URL_SHOP_CREDIT); 91 //header("Location: " . URL_SHOP_CREDIT); 92 header("Location: " . URL_SHOP_MODULE); 92 93 break; 93 94 case PAYMENT_CONVENIENCE_ID: -
temp/trunk/html/shopping/load_payment_module.php
r7561 r7562 26 26 } 27 27 28 sfprintr($_SESSION); 29 28 30 ?>
Note: See TracChangeset
for help on using the changeset viewer.
