diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2006-12-20 12:42:33 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2006-12-20 12:42:33 +0000 |
commit | c983eb0e264e7e70bcf7446f6c864096a5e43e07 (patch) | |
tree | 8159d57a5072db5d95a014015eda4db6fd3ce0cf /packages/squid_users.xml | |
parent | 8067d543254992d669bffd44773f424a27840c4c (diff) | |
download | pfsense-packages-c983eb0e264e7e70bcf7446f6c864096a5e43e07.tar.gz pfsense-packages-c983eb0e264e7e70bcf7446f6c864096a5e43e07.tar.bz2 pfsense-packages-c983eb0e264e7e70bcf7446f6c864096a5e43e07.zip |
Remove squid files, these are now in a squid subdirectory
Diffstat (limited to 'packages/squid_users.xml')
-rw-r--r-- | packages/squid_users.xml | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/packages/squid_users.xml b/packages/squid_users.xml deleted file mode 100644 index 4e70b7de..00000000 --- a/packages/squid_users.xml +++ /dev/null @@ -1,74 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<packagegui> - <include_file>squid.inc</include_file> - <name>squidusers</name> - <title>Proxy server: Local users</title> - <delete_string>A proxy server user has been deleted.</delete_string> - <addedit_string>A proxy server user has been created/modified.</addedit_string> - <tabs> - <tab> - <text>General settings</text> - <url>/pkg_edit.php?xml=squid.xml&id=0</url> - </tab> - <tab> - <text>Upstream proxy</text> - <url>/pkg_edit.php?xml=squid_upstream.xml&id=0</url> - </tab> - <tab> - <text>Cache management</text> - <url>/pkg_edit.php?xml=squid_cache.xml&id=0</url> - </tab> - <tab> - <text>Access control</text> - <url>/pkg_edit.php?xml=squid_nac.xml&id=0</url> - </tab> - <tab> - <text>Traffic management</text> - <url>/pkg_edit.php?xml=squid_traffic.xml&id=0</url> - </tab> - <tab> - <text>Auth settings</text> - <url>/pkg_edit.php?xml=squid_auth.xml&id=0</url> - </tab> - <tab> - <text>Local users</text> - <url>/pkg.php?xml=squid_users.inc</url> - <active/> - </tab> - </tabs> - <adddeleteeditpagefields> - <columnitem> - <fieldname>username</fieldname> - <fielddescr>Username</fielddescr> - </columnitem> - <columnitem> - <fieldname>description</fieldname> - <fielddescr>Description</fielddescr> - </columnitem> - </adddeleteeditpagefields> - <fields> - <field> - <fieldname>username</fieldname> - <fielddescr>Username</fielddescr> - <description>Enter the username here.</description> - <required/> - <type>input</type> - </field> - <field> - <fieldname>password</fieldname> - <fielddescr>Password</fielddescr> - <description>Enter the password here.</description> - <required/> - <type>password</type> - </field> - <field> - <fieldname>description</fieldname> - <fielddescr>Description</fielddescr> - <description>You may enter a description here for your reference (not parsed).</description> - <type>input</type> - </field> - </fields> - <custom_php_resync_config_command> - squid_resync_users(); - </custom_php_resync_config_command> -</packagegui> |