Changeset 8649 for temp/trunk
- Timestamp:
- 2006/11/20 13:13:47 (20 years ago)
- Location:
- temp/trunk/html/test/kakinaka
- Files:
-
- 2 edited
-
epsilon_check.php (modified) (1 diff)
-
send.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/epsilon_check.php
r8647 r8649 22 22 23 23 // URI¤«¤é³Æ¾ðÊó¤ò¼èÆÀ 24 $info = parse_url( $_SERVER );24 $info = parse_url( $_SERVER["REQUEST_URI"] ); 25 25 $scheme = $info['scheme']; 26 26 $host = $info['host']; -
temp/trunk/html/test/kakinaka/send.php
r8645 r8649 4 4 require_once(DATA_PATH . "module/Request.php"); 5 5 6 $order_url = "http://test.ec-cube.net/ec-cube/load_module.php?module_id=4"; 6 //$order_url = "http://test.ec-cube.net/ec-cube/load_module.php?module_id=4"; 7 $order_url = "http://test.ec-cube.net/ec-cube/test/kakinaka/epsilon_check.php"; 7 8 8 9 $arrData = array(
Note: See TracChangeset
for help on using the changeset viewer.
