mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 501 ftp config menu apply validator
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9639 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
feb16399ed
commit
95b311fe3b
4 changed files with 17 additions and 3 deletions
12
modules/install/ruleset/installFtpInfo.xml
Normal file
12
modules/install/ruleset/installFtpInfo.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ruleset version="1.5.0">
|
||||
<customrules>
|
||||
</customrules>
|
||||
<fields>
|
||||
<field name="ftp_host" required="true" />
|
||||
<field name="ftp_user" required="true" />
|
||||
<field name="ftp_port" filter="number" />
|
||||
<field name="ftp_root_path" required="true" />
|
||||
<field name="sftp" required="true" />
|
||||
</fields>
|
||||
</ruleset>
|
||||
Loading…
Add table
Add a link
Reference in a new issue