mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Update autoinstall.class.php
bug fixed.
This commit is contained in:
parent
9d4fcee972
commit
51e62d4cb1
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +47,8 @@ class XmlGenerater
|
||||||
|
|
||||||
$oModuleModel = getModel('module');
|
$oModuleModel = getModel('module');
|
||||||
$module_info = $oModuleModel->getModuleConfig('autoinstall');
|
$module_info = $oModuleModel->getModuleConfig('autoinstall');
|
||||||
$location_site = $module_info->location_site;
|
$location_site = $module_info->location_site ? : 'https://xe1.xpressengine.com/';
|
||||||
$download_server = $module_info->download_server;
|
$download_server = $module_info->download_server ? : 'https://download.xpressengine.com/';
|
||||||
|
|
||||||
$buff = FileHandler::getRemoteResource($download_server, $body, 3, "POST", "application/xml", array(), array(), array(), $request_config);
|
$buff = FileHandler::getRemoteResource($download_server, $body, 3, "POST", "application/xml", array(), array(), array(), $request_config);
|
||||||
if(!$buff)
|
if(!$buff)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue