diff options
author | Randy Crowder <randyj.crowder@gmail.com> | 2013-11-02 16:30:56 -0400 |
---|---|---|
committer | Randy Crowder <randyj.crowder@gmail.com> | 2013-11-02 16:30:56 -0400 |
commit | 371596d13a0c841092d97028b82e8ce106349d18 (patch) | |
tree | a9cd3920e0409d49feb875986b033d3197e1037a /config/dansguardian | |
parent | c030cf2781c7bbef197db6f07facef35b6856c8e (diff) | |
download | pfsense-packages-371596d13a0c841092d97028b82e8ce106349d18.tar.gz pfsense-packages-371596d13a0c841092d97028b82e8ce106349d18.tar.bz2 pfsense-packages-371596d13a0c841092d97028b82e8ce106349d18.zip |
Fixed URL under ACL's tab. Was opening the default group rather than presenting a list. I.E. - not consistent with how the ACL's tab functioned from any of the other pages
Diffstat (limited to 'config/dansguardian')
-rw-r--r-- | config/dansguardian/dansguardian_ips_header.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dansguardian/dansguardian_ips_header.template b/config/dansguardian/dansguardian_ips_header.template index f742d9ea..be4f28de 100644 --- a/config/dansguardian/dansguardian_ips_header.template +++ b/config/dansguardian/dansguardian_ips_header.template @@ -64,7 +64,7 @@ </tab> <tab> <text>ACLs</text> - <url>/pkg_edit.php?xml=dansguardian_site_acl.xml&id=0</url> + <url>/pkg.php?xml=dansguardian_site_acl.xml</url> </tab> <tab> <text>LDAP</text> |