mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
버그 픽스
This commit is contained in:
parent
3b8b79acf1
commit
2ff0cea9c3
4 changed files with 20 additions and 20 deletions
|
|
@ -75,8 +75,8 @@ class autoinstallAdminController extends autoinstall
|
|||
'ssl_verify_host' => FALSE
|
||||
);
|
||||
|
||||
$oModel = getAdminModel('autoinstall');
|
||||
$config = $oModel->getAutoInstallAdminModuleConfig();
|
||||
$oAdminModel = getAdminModel('autoinstall');
|
||||
$config = $oAdminModel->getAutoInstallAdminModuleConfig();
|
||||
|
||||
$buff = FileHandler::getRemoteResource($config->download_server, $body, 3, "POST", "application/xml", array(), array(), array(), $request_config);
|
||||
$xml = new XmlParser();
|
||||
|
|
@ -227,8 +227,8 @@ class autoinstallAdminController extends autoinstall
|
|||
$oModuleInstaller = new FTPModuleInstaller($package);
|
||||
}
|
||||
|
||||
$oModel = getAdminModel('autoinstall');
|
||||
$config = $oModel->getAutoInstallAdminModuleConfig();
|
||||
$oAdminModel = getAdminModel('autoinstall');
|
||||
$config = $oAdminModel->getAutoInstallAdminModuleConfig();
|
||||
|
||||
$oModuleInstaller->setServerUrl($config->download_server);
|
||||
$oModuleInstaller->setPassword($ftp_password);
|
||||
|
|
@ -403,8 +403,8 @@ class autoinstallAdminController extends autoinstall
|
|||
$oModuleInstaller = new FTPModuleInstaller($package);
|
||||
}
|
||||
|
||||
$oModel = getAdminModel('autoinstall');
|
||||
$config = $oModel->getAutoInstallAdminModuleConfig();
|
||||
$oAdminModel = getAdminModel('autoinstall');
|
||||
$config = $oAdminModel->getAutoInstallAdminModuleConfig();
|
||||
|
||||
$oModuleInstaller->setServerUrl($config->download_server);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue