Changeset 8649 for temp/trunk


Ignore:
Timestamp:
2006/11/20 13:13:47 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/test/kakinaka
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/kakinaka/epsilon_check.php

    r8647 r8649  
    2222 
    2323    // URI¤«¤é³Æ¾ðÊó¤ò¼èÆÀ 
    24     $info = parse_url( $_SERVER); 
     24    $info = parse_url( $_SERVER["REQUEST_URI"] ); 
    2525    $scheme = $info['scheme']; 
    2626    $host = $info['host']; 
  • temp/trunk/html/test/kakinaka/send.php

    r8645 r8649  
    44require_once(DATA_PATH . "module/Request.php"); 
    55 
    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"; 
    78 
    89$arrData = array( 
Note: See TracChangeset for help on using the changeset viewer.