Changeset 7469 for temp/trunk


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

* empty log message *

Location:
temp/trunk/html/admin/system
Files:
2 edited

Legend:

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

    r7468 r7469  
    1919         
    2020        if($_GET['mode'] == "module_del"){ 
    21 /*          // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 
    22             $req = new HTTP_Request(SITE_URL . ); 
    23             $req->setMethod(HTTP_REQUEST_METHOD_POST); 
    24             $req->addPostData("mode", "module_del"); 
    25             $req->sendRequest(); 
    26              
    27             sfprintr($req); 
    28             $req->clearPostData(); 
    29 */ 
    30             $_POST["mode"] = "module_del"; 
     21            $_POST["mode"] = $_GET['mode']; 
    3122        } 
    3223             
  • temp/trunk/html/admin/system/module.php

    r7468 r7469  
    278278     
    279279    // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 
    280     $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php?module_id=" .  $arrRet[0]['module_id'] . "&mode=module_del"); 
     280    $req = new HTTP_Request("http://test.ec-cube.net/ec-cube/admin/system/load_module.php"); 
    281281    $req->setMethod(HTTP_REQUEST_METHOD_GET); 
    282282//  $req->addPostData("module_id", $arrRet[0]['module_id']); 
Note: See TracChangeset for help on using the changeset viewer.