diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 06:33:34 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 06:33:34 +0000 |
commit | aec02e121f347a0217bb0bb81cbe2ef6d68f8cac (patch) | |
tree | ca19f9195d0e2f41241ca04ce52508ff8263b252 /packages/spamd_settings.xml | |
parent | f14bf6559dbbdf033bd1cbd38b8d9a4da54bad20 (diff) | |
download | pfsense-packages-aec02e121f347a0217bb0bb81cbe2ef6d68f8cac.tar.gz pfsense-packages-aec02e121f347a0217bb0bb81cbe2ef6d68f8cac.tar.bz2 pfsense-packages-aec02e121f347a0217bb0bb81cbe2ef6d68f8cac.zip |
* Enable aftersaveredirect
* Lock settings down to first record
Diffstat (limited to 'packages/spamd_settings.xml')
-rw-r--r-- | packages/spamd_settings.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/spamd_settings.xml b/packages/spamd_settings.xml index c335d243..b3b7c534 100644 --- a/packages/spamd_settings.xml +++ b/packages/spamd_settings.xml @@ -3,7 +3,8 @@ <name>spamdsettings</name> <version>0.1.0</version> <include_file>/usr/local/pkg/spamd.inc</include_file> - <title></title> + <title>SpamD Settings</title> + <aftersaveredirect>pkg_edit.php?xml=ntop.xml&id=0</aftersaveredirect> <!-- Menu is where this packages menu will appear --> <menu> <name>SpamD</name> @@ -26,7 +27,7 @@ </tab> <tab> <text>SpamD Settings</text> - <url>/pkg.php?xml=spamd_settings.xml</url> + <url>/pkg.php?xml=spamd_settings.xml&id=0</url> <active/> </tab> </tabs> |