쉬운설치 서버를 체크하지않도록 변경

This commit is contained in:
conory 2016-01-02 22:24:53 +09:00
parent 234afdb8e3
commit 92f98896d1
2 changed files with 2 additions and 41 deletions

View file

@ -392,8 +392,6 @@ class autoinstallAdminView extends autoinstall
*/
function dispAutoinstallAdminIndex()
{
$oModuleModel = getModel('module');
$config = $oModuleModel->getModuleConfig('autoinstall');
$ftp_info = Context::getFTPInfo();
if(!$ftp_info->ftp_root_path)
{