- Timestamp:
- 2006/11/19 15:34:29 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/system/module.tpl (modified) (previous)
-
html/admin/system/module.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r8474 r8548 269 269 270 270 // ¥â¥¸¥å¡¼¥ë¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë 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"); 272 272 $req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]); 273 273 $req->setMethod(HTTP_REQUEST_METHOD_POST); … … 276 276 $req->sendRequest(); 277 277 $req->clearPostData(); 278 278 279 279 $arrFiles = array(); 280 280 if($arrRet[0]['other_files'] != "") {
Note: See TracChangeset
for help on using the changeset viewer.
