mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 09:19:57 +09:00
#904 autoinstall without ftp, change some UI
This commit is contained in:
parent
ab48d7cc63
commit
e95bf4a64a
5 changed files with 76 additions and 58 deletions
|
|
@ -369,6 +369,10 @@ class autoinstallAdminView extends autoinstall
|
|||
}
|
||||
|
||||
$output = $oAdminModel->checkUseDirectModuleInstall($package);
|
||||
if($output->toBool()==TRUE)
|
||||
{
|
||||
Context::set('show_ftp_note', FALSE);
|
||||
}
|
||||
Context::set('directModuleInstall', $output);
|
||||
|
||||
$this->setTemplateFile('install');
|
||||
|
|
@ -534,6 +538,10 @@ class autoinstallAdminView extends autoinstall
|
|||
}
|
||||
|
||||
$output = $oAdminModel->checkUseDirectModuleInstall($installedPackage);
|
||||
if($output->toBool()==TRUE)
|
||||
{
|
||||
Context::set('show_ftp_note', FALSE);
|
||||
}
|
||||
Context::set('directModuleInstall', $output);
|
||||
|
||||
$params["act"] = "getResourceapiPackages";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue