diff options
Diffstat (limited to 'config/Fit123/fit123.xml')
-rw-r--r-- | config/Fit123/fit123.xml | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/config/Fit123/fit123.xml b/config/Fit123/fit123.xml deleted file mode 100644 index 0ff202f9..00000000 --- a/config/Fit123/fit123.xml +++ /dev/null @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!DOCTYPE packagegui SYSTEM "../schema/packages.dtd"> -<?xml-stylesheet type="text/xsl" href="./xsl/package.xsl"?> -<packagegui> - <copyright></copyright> - <description>Describe your package here</description> - <requirements>Describe your package requirements here</requirements> - <faq>Currently there are no FAQ items provided.</faq> - <name>Fit123</name> - <version>0.0.0.1</version> - <title>Fit123</title> - <include_file>/usr/local/pkg/fit123.inc</include_file> - <menu> - <name>Fit123</name> - <tooltiptext></tooltiptext> - <section>Status</section> - <url>/pkg_edit.php?xml=fit123.xml&id=0</url> - </menu> - <tabs> - <tab> - <text>Fit123</text> - <url>/pkg_edit.php?xml=fit123.xml&id=0</url> - <active/> - </tab> - <tab> - <text>DDNS</text> - <url>/pkg_edit.php?xml=ddns.xml&id=0</url> - </tab> - <tab> - <text>CASS</text> - <url>/pkg_edit.php?xml=cass.xml&id=0</url> - </tab> - </tabs> - <additional_files_needed> - <prefix>/usr/local/pkg/</prefix> - <chmod>0644</chmod> - <item>https://packages.pfsense.org/packages/config/Fit123/fit123.inc</item> - </additional_files_needed> - <additional_files_needed> - <prefix>/usr/local/pkg/</prefix> - <chmod>0644</chmod> - <item>https://packages.pfsense.org/packages/config/Fit123/ddns.xml</item> - </additional_files_needed> - <additional_files_needed> - <prefix>/usr/local/pkg/</prefix> - <chmod>0644</chmod> - <item>https://packages.pfsense.org/packages/config/Fit123/cass.xml</item> - </additional_files_needed> - <fields> - <field> - <fielddescr>Date</fielddescr> - <fieldname>adddate</fieldname> - <description>Adds current date to front page</description> - <type>checkbox</type> - </field> - <field> - <fielddescr>LTSP</fielddescr> - <fieldname>ltsp</fieldname> - <description>Adds 3th network boot option</description> - <type>checkbox</type> - </field> - <field> - <fielddescr>After Filter Change</fielddescr> - <fieldname>afc</fieldname> - <description> - When using voip behind a multiwan failover setup, states needs to be cleared.<br> - (Press save twice to activate and deactivate) - </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> - <custom_php_validation_command></custom_php_validation_command> - <custom_php_resync_config_command></custom_php_resync_config_command> - <custom_php_install_command>Fit123_install_config();</custom_php_install_command> - <custom_php_deinstall_command>Fit123_install_deinstall();</custom_php_deinstall_command> -</packagegui> |