#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:
haneul 2010-01-22 06:10:33 +00:00
parent f9014ce382
commit ba1a67f452

View file

@ -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')) {