diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2012-04-20 02:12:12 -0300 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2012-04-20 02:12:12 -0300 |
commit | 37681fd565cebf04d2feee3c5a37bb93fcbf1ba0 (patch) | |
tree | d175d06ade531a3bdf532fba6170935cbfeffa5e /config/squid-reverse/squid_auth.xml | |
parent | dca1b0e0ba28991164bb25c3e1cc3784582e5ebf (diff) | |
download | pfsense-packages-37681fd565cebf04d2feee3c5a37bb93fcbf1ba0.tar.gz pfsense-packages-37681fd565cebf04d2feee3c5a37bb93fcbf1ba0.tar.bz2 pfsense-packages-37681fd565cebf04d2feee3c5a37bb93fcbf1ba0.zip |
squid3 - version 2.0.4 with bug fixes and remote peer improvements
Diffstat (limited to 'config/squid-reverse/squid_auth.xml')
-rw-r--r-- | config/squid-reverse/squid_auth.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/squid-reverse/squid_auth.xml b/config/squid-reverse/squid_auth.xml index e04dbfba..43cbe7ea 100644 --- a/config/squid-reverse/squid_auth.xml +++ b/config/squid-reverse/squid_auth.xml @@ -48,18 +48,18 @@ <name>squidauth</name> <version>none</version> <title>Proxy server: Authentication</title> - <include_file>squid.inc</include_file> + <include_file>/usr/local/pkg/squid.inc</include_file> <tabs> <tab> <text>General</text> <url>/pkg_edit.php?xml=squid.xml&id=0</url> </tab> <tab> - <text>Upstream</text> - <url>/pkg_edit.php?xml=squid_upstream.xml&id=0</url> + <text>Remote Cache</text> + <url>/pkg.php?xml=squid_upstream.xml</url> </tab> <tab> - <text>Cache</text> + <text>Local Cache</text> <url>/pkg_edit.php?xml=squid_cache.xml&id=0</url> </tab> <tab> |