mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
#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:
parent
22d241d4ee
commit
bb8cc8383a
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue