diff options
author | Bill Marquette <billm@pfsense.org> | 2006-09-01 04:46:00 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2006-09-01 04:46:00 +0000 |
commit | 08bcac85fb2aab7d9dc2e719506b973f0674acc2 (patch) | |
tree | 0500b67d97a29057d9ac3509fc0a247488ffddfe | |
parent | 7f401bbbdaeaaad8739f1795487d0c11f184cff3 (diff) | |
download | pfsense-packages-08bcac85fb2aab7d9dc2e719506b973f0674acc2.tar.gz pfsense-packages-08bcac85fb2aab7d9dc2e719506b973f0674acc2.tar.bz2 pfsense-packages-08bcac85fb2aab7d9dc2e719506b973f0674acc2.zip |
point to squid_users.xml not to the inc file which does us no good
-rw-r--r-- | packages/squid_cache.xml | 2 | ||||
-rw-r--r-- | packages/squid_nac.xml | 2 | ||||
-rw-r--r-- | packages/squid_traffic.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packages/squid_cache.xml b/packages/squid_cache.xml index b70c1052..835d8c45 100644 --- a/packages/squid_cache.xml +++ b/packages/squid_cache.xml @@ -31,7 +31,7 @@ </tab> <tab> <text>Local users</text> - <url>/pkg.php?xml=squid_users.inc</url> + <url>/pkg.php?xml=squid_users.xml</url> </tab> </tabs> <fields> diff --git a/packages/squid_nac.xml b/packages/squid_nac.xml index bcf25a8e..b7bbf8c9 100644 --- a/packages/squid_nac.xml +++ b/packages/squid_nac.xml @@ -31,7 +31,7 @@ </tab> <tab> <text>Local users</text> - <url>/pkg.php?xml=squid_users.inc</url> + <url>/pkg.php?xml=squid_users.xml</url> </tab> </tabs> <fields> diff --git a/packages/squid_traffic.xml b/packages/squid_traffic.xml index 05e614b6..f9ebcf5c 100644 --- a/packages/squid_traffic.xml +++ b/packages/squid_traffic.xml @@ -31,7 +31,7 @@ </tab> <tab> <text>Local users</text> - <url>/pkg.php?xml=squid_users.inc</url> + <url>/pkg.php?xml=squid_users.xml</url> </tab> </tabs> <fields> |