mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
fixed sftp value check
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9918 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f95f97d5d4
commit
0f2eef64aa
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ function getFTPList(pwd)
|
||||||
params['ftp_host'] = jQuery("#ftp_host").val();
|
params['ftp_host'] = jQuery("#ftp_host").val();
|
||||||
params['ftp_port'] = jQuery("#ftp_port").val();
|
params['ftp_port'] = jQuery("#ftp_port").val();
|
||||||
params['ftp_root_path'] = jQuery("#ftp_root_path").val();
|
params['ftp_root_path'] = jQuery("#ftp_root_path").val();
|
||||||
|
params['sftp'] = jQuery("input[name=sftp]:checked").val();
|
||||||
|
|
||||||
exec_xml('admin', 'getAdminFTPList', params, completeGetFtpInfo, ['list', 'error', 'message'], params, form);
|
exec_xml('admin', 'getAdminFTPList', params, completeGetFtpInfo, ['list', 'error', 'message'], params, form);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue