diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-26 07:44:07 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-26 07:44:07 +0000 |
commit | cae2bcd05caf810e08b2d888125ed415a9ee6853 (patch) | |
tree | 42d719d83809732002137905fc42cd273473781f /packages/spamd.xml | |
parent | 8b7ad04566895d52369613fc7c8b670a8ae03bb3 (diff) | |
download | pfsense-packages-cae2bcd05caf810e08b2d888125ed415a9ee6853.tar.gz pfsense-packages-cae2bcd05caf810e08b2d888125ed415a9ee6853.tar.bz2 pfsense-packages-cae2bcd05caf810e08b2d888125ed415a9ee6853.zip |
Use pkg.php, not pkg_edit.php for first menu
Diffstat (limited to 'packages/spamd.xml')
-rw-r--r-- | packages/spamd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml index 18225511..23593362 100644 --- a/packages/spamd.xml +++ b/packages/spamd.xml @@ -13,12 +13,12 @@ <tabs> <tab> <text>SpamD Settings</text> - <url>/pkg_edit.php?xml=spamd.xml</url> + <url>/pkg.php?xml=spamd.xml</url> <active/> </tab> <tab> <text>SpamD Whitelist</text> - <url>/pkg_edit.php?xml=spamd_whitelist.xml</url> + <url>/pkg.php?xml=spamd_whitelist.xml</url> </tab> </tabs> <additional_files_needed> |