Changeset 6147 for temp/trunk/data
- Timestamp:
- 2006/10/12 18:53:19 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 4 edited
-
Smarty/templates/frontparts/search_products.tpl (modified) (previous)
-
Smarty/templates/frontparts/search_zero.tpl (modified) (previous)
-
conf/conf.php (modified) (1 diff)
-
lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r6146 r6147 283 283 /* URL */ 284 284 define ("URL_SHOP_TOP", SSL_URL . "shopping/index.php"); // ²ñ°÷¾ðÊóÆþÎÏ 285 define ("URL_SITE_TOP", URL_DIR . "index.php"); // ¥µ¥¤¥È¥È¥Ã¥×285 define ("URL_SITE_TOP", URL_DIR . "index.php"); // ¥µ¥¤¥È¥È¥Ã¥× 286 286 define ("URL_CART_TOP", URL_DIR . "cart/index.php"); // ¥«¡¼¥È¥È¥Ã¥× 287 define ("URL_SHOP_CONFIRM", URL_DIR . "shopping/confirm.php"); // ¹ØÆþ³Îǧ¥Ú¡¼¥¸ 288 define ("URL_SHOP_PAYMENT", URL_DIR . "shopping/payment.php"); // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸ 287 define ("URL_MYPAGE_TOP", SSL_URL . "mypage/login.php"); // My¥Ú¡¼¥¸¥È¥Ã¥× 288 define ("URL_SHOP_CONFIRM", URL_DIR . "shopping/confirm.php"); // ¹ØÆþ³Îǧ¥Ú¡¼¥¸ 289 define ("URL_SHOP_PAYMENT", URL_DIR . "shopping/payment.php"); // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸ 289 290 define ("URL_SHOP_COMPLETE", URL_DIR . "shopping/complete.php"); // ¹ØÆþ´°Î»²èÌÌ 290 define ("URL_SHOP_CREDIT", URL_DIR . "shopping/card.php"); // ¥«¡¼¥É·èºÑ²èÌÌ291 define ("URL_SHOP_CREDIT", URL_DIR . "shopping/card.php"); // ¥«¡¼¥É·èºÑ²èÌÌ 291 292 define ("URL_SHOP_LOAN", URL_DIR . "shopping/loan.php"); // ¥í¡¼¥ó·èºÑ²èÌÌ 292 293 define ("URL_SHOP_CONVENIENCE", URL_DIR . "shopping/convenience.php"); // ¥³¥ó¥Ó¥Ë·èºÑ²èÌÌ 293 define ("URL_PRODUCTS_TOP", URL_DIR . "products/top.php"); // ¾¦Éʥȥå×294 define ("LIST_P_HTML", URL_DIR . "products/list-p"); // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ)295 define ("LIST_C_HTML", URL_DIR . "products/list.php?mode=search&category_id="); // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ)294 define ("URL_PRODUCTS_TOP", URL_DIR . "products/top.php"); // ¾¦ÉÊ¥È¥Ã¥× 295 define ("LIST_P_HTML", URL_DIR . "products/list-p"); // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ) 296 define ("LIST_C_HTML", URL_DIR . "products/list.php?mode=search&category_id="); // ¾¦ÉʰìÍ÷(HTML½ÐÎÏ) 296 297 define ("DETAIL_P_HTML", URL_DIR . "products/detail.php?product_id="); // ¾¦ÉʾܺÙ(HTML½ÐÎÏ) 297 298 -
temp/trunk/data/lib/slib.php
r6128 r6147 57 57 print("ok0"); 58 58 if(!ereg("/install/", $_SERVER['PHP_SELF'])) { 59 //header("Location: ./install/");60 } 59 header("Location: ./install/"); 60 } 61 61 } else { 62 62 $path = HTML_PATH . "install/index.php";
Note: See TracChangeset
for help on using the changeset viewer.
