aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-26 07:44:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-26 07:44:07 +0000
commitcae2bcd05caf810e08b2d888125ed415a9ee6853 (patch)
tree42d719d83809732002137905fc42cd273473781f
parent8b7ad04566895d52369613fc7c8b670a8ae03bb3 (diff)
downloadpfsense-packages-cae2bcd05caf810e08b2d888125ed415a9ee6853.tar.gz
pfsense-packages-cae2bcd05caf810e08b2d888125ed415a9ee6853.tar.bz2
pfsense-packages-cae2bcd05caf810e08b2d888125ed415a9ee6853.zip
Use pkg.php, not pkg_edit.php for first menu
-rw-r--r--packages/spamd.xml4
-rw-r--r--packages/spamd_whitelist.xml4
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>