#18531973 safe_mode=off 일때 ftp 정보 받지 않음

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7015 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-12-08 06:48:46 +00:00
parent 22d241d4ee
commit bb8cc8383a

View file

@ -50,7 +50,7 @@
if(!$this->install_enable) return $this->dispInstallCheckEnv();
// ftp 정보 입력
if(!Context::isFTPRegisted()) {
if(ini_get('safe_mode') && !Context::isFTPRegisted()) {
$this->setTemplateFile('ftp');
} else {
$this->setTemplateFile('select_db');