diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-09 02:48:54 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-09 02:48:54 +0000 |
commit | ae713f06c76f0129e573357642fcca3f08a61eeb (patch) | |
tree | 2ca0b22c9bad604799f545fa01b402e5fd2ead69 /packages/squid_upstream.xml | |
parent | a75da77eb139efaf96f06548359352140531ec2a (diff) | |
download | pfsense-packages-ae713f06c76f0129e573357642fcca3f08a61eeb.tar.gz pfsense-packages-ae713f06c76f0129e573357642fcca3f08a61eeb.tar.bz2 pfsense-packages-ae713f06c76f0129e573357642fcca3f08a61eeb.zip |
Update squid package from Michael Capp
Diffstat (limited to 'packages/squid_upstream.xml')
-rw-r--r-- | packages/squid_upstream.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/packages/squid_upstream.xml b/packages/squid_upstream.xml index 3d18924f..ab3eb008 100644 --- a/packages/squid_upstream.xml +++ b/packages/squid_upstream.xml @@ -2,18 +2,20 @@ <packagegui> <info> - <name>Squid Upstream Proxy</name> + <name>squidupstream</name> </info> <files></files> <menus></menus> - <configpath>installedpackages->package->$packagename->configuration->settings</configpath> + <configpath>['installedpackages']['package']['squidupstream']['configuration']['settings']</configpath> + <aftersaveredirect>/pkg_edit.php?xml=squid_upstream.xml&id=0</aftersaveredirect> + <tabs> <tab> <text>General Settings</text> - <url>/pkg_edit.php?xml=squid1.xml&id=0</url> + <url>/pkg_edit.php?xml=squid_ng.xml&id=0</url> </tab> <tab> @@ -24,7 +26,7 @@ <tab> <text>Cache Mgmt</text> - <url>/pkg_edit.php?xml=squid_cache&.xmlamp;id=0</url> + <url>/pkg_edit.php?xml=squid_cache.xml&id=0</url> </tab> <tab> @@ -37,7 +39,7 @@ <url>/pkg_edit.php?xml=squid_traffic.xml&id=0</url> </tab> - <tab> + <!-- <tab> <text>Authentication Settings</text> <url>/pkg_edit.php?xml=squid_auth.xml&id=0</url> </tab> @@ -46,6 +48,7 @@ <text>Users</text> <url>/pkg_edit.php?xml=squid_users.xml&id=0</url> </tab> + --> </tabs> <fields> @@ -58,7 +61,7 @@ <field> <fielddescr>Client IP Address Forwarding</fielddescr> - <fieldname>client_ip_forwardining</fieldname> + <fieldname>client_ip_forwarding</fieldname> <description>This option will enable the client IP address to be forwarded to the upstream proxy server.</description> <type>checkbox</type> </field> @@ -102,4 +105,7 @@ </field> </fields> + <custom_php_global_functions> + </custom_php_global_functions> + </packagegui>
\ No newline at end of file |