mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Merge branch 'develop' into next
This commit is contained in:
commit
177a6c6b7d
42 changed files with 98 additions and 74 deletions
|
|
@ -47,8 +47,8 @@ class XmlGenerater
|
|||
|
||||
$oModuleModel = getModel('module');
|
||||
$module_info = $oModuleModel->getModuleConfig('autoinstall');
|
||||
$location_site = $module_info->location_site;
|
||||
$download_server = $module_info->download_server;
|
||||
$location_site = $module_info->location_site ? : 'https://xe1.xpressengine.com/';
|
||||
$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);
|
||||
if(!$buff)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue