mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
install 모듈 오류 수정
This commit is contained in:
parent
cc57c76866
commit
3d9f4557f6
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class installAdminController extends install
|
|||
$ftp_info->ftp_password = Context::get('ftp_password');
|
||||
}
|
||||
|
||||
$buff = '<?php if(!defined("__XE__")) exit();'."\n";
|
||||
$buff = '<?php if(!defined("__XE__")) exit();'."\n\$ftp_info = new stdClass;\n";
|
||||
foreach($ftp_info as $key => $val)
|
||||
{
|
||||
if(!$val) continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue