diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 06:35:38 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 06:35:38 +0000 |
commit | 081bfa69709e7a3e541c8c7ebba0a0313643c48a (patch) | |
tree | 9d874fac07db910a5fb106d2defd4a138cf58ae7 | |
parent | aec02e121f347a0217bb0bb81cbe2ef6d68f8cac (diff) | |
download | pfsense-packages-081bfa69709e7a3e541c8c7ebba0a0313643c48a.tar.gz pfsense-packages-081bfa69709e7a3e541c8c7ebba0a0313643c48a.tar.bz2 pfsense-packages-081bfa69709e7a3e541c8c7ebba0a0313643c48a.zip |
* Use spamd instead of ntop
* pkg_edit.php
-rw-r--r-- | packages/spamd_settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/spamd_settings.xml b/packages/spamd_settings.xml index b3b7c534..c12267fc 100644 --- a/packages/spamd_settings.xml +++ b/packages/spamd_settings.xml @@ -4,7 +4,7 @@ <version>0.1.0</version> <include_file>/usr/local/pkg/spamd.inc</include_file> <title>SpamD Settings</title> - <aftersaveredirect>pkg_edit.php?xml=ntop.xml&id=0</aftersaveredirect> + <aftersaveredirect>pkg_edit.php?xml=spamd_settings.xml&id=0</aftersaveredirect> <!-- Menu is where this packages menu will appear --> <menu> <name>SpamD</name> @@ -27,7 +27,7 @@ </tab> <tab> <text>SpamD Settings</text> - <url>/pkg.php?xml=spamd_settings.xml&id=0</url> + <url>/pkg_edit.php?xml=spamd_settings.xml&id=0</url> <active/> </tab> </tabs> |