Changeset 268


Ignore:
Timestamp:
2007/02/14 21:47:48 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/system/module.php

    r267 r268  
    269269         
    270270        // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 
    271         $req = new HTTP_Request(SITE_URL . "load_module.php"); 
     271        //$req = new HTTP_Request(SITE_URL . "load_module.php"); 
     272        $req = new HTTP_Request("http://yahoo.co.jp"); 
    272273        $req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]); 
    273274        $req->setMethod(HTTP_REQUEST_METHOD_POST); 
Note: See TracChangeset for help on using the changeset viewer.