mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#18634854 : store FTP host information
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7229 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9014ce382
commit
ba1a67f452
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@
|
|||
$ftp_info = Context::getFTPInfo();
|
||||
$ftp_info->ftp_user = Context::get('ftp_user');
|
||||
$ftp_info->ftp_port = Context::get('ftp_port');
|
||||
$ftp_info->ftp_host = Context::Get('ftp_host');
|
||||
$ftp_info->sftp = Context::get('sftp');
|
||||
$ftp_info->ftp_root_path = Context::get('ftp_root_path');
|
||||
if(ini_get('safe_mode')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue