diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-16 22:48:22 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-16 22:48:22 -0400 |
commit | 1b6a6c677fa47b2f976df46fd758ccd27275eba2 (patch) | |
tree | 2110759af7d721261a02679b2e6c0100695aaf60 /config/anyterm/anyterm.xml | |
parent | 9a40b13dcd2158e8b4f2c2881ab1792be24059e4 (diff) | |
download | pfsense-packages-1b6a6c677fa47b2f976df46fd758ccd27275eba2.tar.gz pfsense-packages-1b6a6c677fa47b2f976df46fd758ccd27275eba2.tar.bz2 pfsense-packages-1b6a6c677fa47b2f976df46fd758ccd27275eba2.zip |
Remove unused items
Diffstat (limited to 'config/anyterm/anyterm.xml')
-rw-r--r-- | config/anyterm/anyterm.xml | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/config/anyterm/anyterm.xml b/config/anyterm/anyterm.xml index 6fae5ed2..9bdcca14 100644 --- a/config/anyterm/anyterm.xml +++ b/config/anyterm/anyterm.xml @@ -99,22 +99,18 @@ <field> <fielddescr>STunnel Port</fielddescr> <fieldname>stunnelport</fieldname> - <description><![CDATA[[OPTIONAL] If you have setup a STunnel forward (recommended!) enter its port here.]]></description> + <description> + <![CDATA[ + [OPTIONAL] If you have setup a STunnel forward (recommended!) enter its port here. + ]]> + </description> <type>input</type> </field> </fields> - <custom_delete_php_command> - </custom_delete_php_command> - <custom_add_php_command> - </custom_add_php_command> <custom_php_resync_config_command> anyterm_install(); </custom_php_resync_config_command> - <custom_php_install_command> - </custom_php_install_command> <custom_php_deinstall_command> anyterm_deinstall(); </custom_php_deinstall_command> - <custom_php_command_before_form> - </custom_php_command_before_form> </packagegui>
\ No newline at end of file |