Changeset 8548 for temp


Ignore:
Timestamp:
2006/11/19 15:34:29 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/module.php

    r8474 r8548  
    269269         
    270270        // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 
    271         $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 
     271        $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/load_module.php"); 
    272272        $req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]); 
    273273        $req->setMethod(HTTP_REQUEST_METHOD_POST); 
     
    276276        $req->sendRequest(); 
    277277        $req->clearPostData(); 
    278          
     278 
    279279        $arrFiles = array(); 
    280280        if($arrRet[0]['other_files'] != "") { 
Note: See TracChangeset for help on using the changeset viewer.