Changeset 7473 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/11/06 14:44:54 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r7472 r7473  
    279279    // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 
    280280    $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 
     281    $req->setMethod(HTTP_REQUEST_METHOD_POST); 
    281282    $req->addPostData("module_id", $arrRet[0]['module_id']); 
    282283    $req->addPostData("mode", "module_del"); 
    283      
    284     $req->setMethod(HTTP_REQUEST_METHOD_GET); 
     284    //$req->setURL("http://test.ec-cube.net/ec-cube/admin/system/load_module.php?module_id=" .  $arrRet[0]['module_id'] . "&mode=module_del"); 
     285    //$req->setURL("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 
     286    $req->sendRequest(); 
    285287    $req->clearPostData(); 
    286     //$req->setURL("http://test.ec-cube.net/ec-cube/admin/system/load_module.php?module_id=" .  $arrRet[0]['module_id'] . "&mode=module_del"); 
    287     $req->setURL("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 
    288     $req->sendRequest(); 
    289288    exit(); 
    290289 
Note: See TracChangeset for help on using the changeset viewer.