Changeset 14712
- Timestamp:
- 2007/06/15 19:47:39 (16 years ago)
- Location:
- branches/dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/conf/conf.php
r14693 r14712 431 431 define ("DETAIL_P_HTML", URL_DIR . "products/detail.php?product_id="); // ¾¦ÉʾܺÙ(HTML½ÐÎÏ) 432 432 define ("MYPAGE_DELIVADDR_URL", URL_DIR . "mypage/delivery.php"); // ¥Þ¥¤¥Ú¡¼¥¸¤ªÆÏ¤±ÀèURL 433 433 exit(); 434 434 /* 435 435 * ¥µ¥¤¥ÈÄêµÁÊÑ¿ô -
branches/dev/html/require.php
r14711 r14712 8 8 require_once($include_dir . "/define.php"); 9 9 require_once($include_dir . HTML2DATA_DIR. "conf/conf.php"); 10 exit();11 10 require_once($include_dir . HTML2DATA_DIR . "include/module.inc"); 12 11 require_once($include_dir . HTML2DATA_DIR . "lib/glib.php");
Note: See TracChangeset
for help on using the changeset viewer.