diff options
author | Perry Mason <crazypark2@yahoo.dk> | 2009-03-17 19:47:20 +0100 |
---|---|---|
committer | Perry Mason <crazypark2@yahoo.dk> | 2009-03-17 19:47:20 +0100 |
commit | 58851f1c7f48cbe513e9bd0579f741431c687627 (patch) | |
tree | ac5877eae06b2d66fdbbf0e27943e17ad93f646a /config/Fit123/fit123.xml | |
parent | 576072358f0090f42fe4935eb0da37e566f4c88a (diff) | |
download | pfsense-packages-58851f1c7f48cbe513e9bd0579f741431c687627.tar.gz pfsense-packages-58851f1c7f48cbe513e9bd0579f741431c687627.tar.bz2 pfsense-packages-58851f1c7f48cbe513e9bd0579f741431c687627.zip |
dns server 3th and 4th option added
Diffstat (limited to 'config/Fit123/fit123.xml')
-rw-r--r-- | config/Fit123/fit123.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/Fit123/fit123.xml b/config/Fit123/fit123.xml index 063a0f4b..04274234 100644 --- a/config/Fit123/fit123.xml +++ b/config/Fit123/fit123.xml @@ -65,6 +65,12 @@ </description>
<type>checkbox</type>
</field> + <field>
+ <fielddescr>DNS Servers</fielddescr>
+ <fieldname>dnssrv</fieldname>
+ <description>Adds option for a 3th and 4th DNS Server</description>
+ <type>checkbox</type>
+ </field> </fields> <custom_php_command_before_form>Fit123_config();</custom_php_command_before_form> <custom_php_after_form_command></custom_php_after_form_command> |