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 | |
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')
-rw-r--r-- | packages/spamd.xml | 4 | ||||
-rw-r--r-- | packages/spamd_whitelist.xml | 4 |
2 files changed, 4 insertions, 4 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> diff --git a/packages/spamd_whitelist.xml b/packages/spamd_whitelist.xml index 353f5004..4947ca6c 100644 --- a/packages/spamd_whitelist.xml +++ b/packages/spamd_whitelist.xml @@ -13,11 +13,11 @@ <tabs> <tab> <text>SpamD Settings</text> - <url>/pkg_edit.php?xml=spamd.xml</url> + <url>/pkg.php?xml=spamd.xml</url> </tab> <tab> <text>SpamD Whitelist</text> - <url>/pkg_edit.php?xml=spamd_whitelist.xml</url> + <url>/pkg.php?xml=spamd_whitelist.xml</url> <active/> </tab> </tabs> |