mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
#18532379 FTP 접속 정보 직접 노출되지 않게 수정.(이를 위한 수정들) 수정사항으로 필요해진 설명문 언어파일에 추가.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7026 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
71e8dbc0c9
commit
b0bf3c728f
8 changed files with 57 additions and 9 deletions
|
|
@ -38,3 +38,7 @@ function completeGetFtpInfo(ret_obj)
|
|||
e.append(jQuery(list));
|
||||
}
|
||||
|
||||
function doDeleteFTPConfig() {
|
||||
exec_xml('admin','procDeleteFTPConfig');
|
||||
setTimeout(function() { location.reload(); }, 300);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue