diff options
Diffstat (limited to 'config/Fit123/cass.xml')
-rw-r--r-- | config/Fit123/cass.xml | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/config/Fit123/cass.xml b/config/Fit123/cass.xml deleted file mode 100644 index 7539d63b..00000000 --- a/config/Fit123/cass.xml +++ /dev/null @@ -1,59 +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>cass</name> - <title>CASS</title> - <include_file>/usr/local/pkg/fit123.inc</include_file> - <tabs> - <tab> - <text>Fit123</text> - <url>/pkg_edit.php?xml=fit123.xml&id=0</url> - </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> - <active/> - </tab> - </tabs> - <fields> - <field> - <fielddescr>Clear a single state</fielddescr> - <fieldname>cass2</fieldname> - <description> - When your dynamic ip on wan changes, the states of your voip phone needs to be cleared. </description> - <type>checkbox</type> - </field> - <field> - <fielddescr>Your phone ip address</fielddescr> - <fieldname>ypia</fieldname> - <description> - </description> - <type>input</type> - <size>15</size> - </field> - <field> - <fielddescr>IP address of your VOIP </fielddescr> - <fieldname>iaoyv</fieldname> - <description> - </description> - <type>input</type> - <size>15</size> - </field> - </fields> - <custom_add_php_command></custom_add_php_command> - <custom_php_command_before_form>cass_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> |