diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-04-17 20:37:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-04-17 20:37:11 +0000 |
commit | 6d312e178a727d51ab0edc26bfaf145c6bd5da7c (patch) | |
tree | ef3e093b136fb52418d52febca71e62cd9580c35 /packages | |
parent | 0f6b57bb20bab745c83a3b31e7abf4ff82a06d2a (diff) | |
download | pfsense-packages-6d312e178a727d51ab0edc26bfaf145c6bd5da7c.tar.gz pfsense-packages-6d312e178a727d51ab0edc26bfaf145c6bd5da7c.tar.bz2 pfsense-packages-6d312e178a727d51ab0edc26bfaf145c6bd5da7c.zip |
Remove non-supported Outlook feature.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/spamd.xml | 4 | ||||
-rw-r--r-- | packages/spamd_db.php | 1 | ||||
-rw-r--r-- | packages/spamd_outlook.xml | 5 | ||||
-rw-r--r-- | packages/spamd_settings.xml | 4 | ||||
-rw-r--r-- | packages/spamd_whitelist.xml | 4 |
5 files changed, 0 insertions, 18 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml index 765ae263..81f37471 100644 --- a/packages/spamd.xml +++ b/packages/spamd.xml @@ -78,10 +78,6 @@ <text>SpamD Database</text> <url>/spamd_db.php</url> </tab> - <tab> - <text>SpamD Outlook</text> - <url>/pkg_edit.php?xml=spamd_outlook.xml&id=0</url> - </tab> </tabs> <!-- configpath gets expanded out automatically and config items will be stored in that location --> diff --git a/packages/spamd_db.php b/packages/spamd_db.php index 0867fc7e..a9a76032 100644 --- a/packages/spamd_db.php +++ b/packages/spamd_db.php @@ -272,7 +272,6 @@ if (typeof getURL == 'undefined') { $tab_array[] = array("SpamD Whitelist", false, "/pkg.php?xml=spamd_whitelist.xml"); $tab_array[] = array("SpamD Settings", false, "/pkg_edit.php?xml=spamd_settings.xml&id=0"); $tab_array[] = array("SpamD Database", true, "/spamd_db.php"); - $tab_array[] = array("SpamD Outlook", false, "/pkg_edit.php?xml=spamd_outlook.xml&id=0"); display_top_tabs($tab_array); ?> </td></tr> diff --git a/packages/spamd_outlook.xml b/packages/spamd_outlook.xml index 894044ed..5e94701f 100644 --- a/packages/spamd_outlook.xml +++ b/packages/spamd_outlook.xml @@ -66,11 +66,6 @@ <text>SpamD Database</text> <url>/spamd_db.php</url> </tab> - <tab> - <text>SpamD Outlook</text> - <url>/pkg_edit.php?xml=spamd_outlook.xml&id=0</url> - <active/> - </tab> </tabs> <!-- configpath gets expanded out automatically and config items will be stored in that location --> diff --git a/packages/spamd_settings.xml b/packages/spamd_settings.xml index 3bac6a48..5c6f5dbf 100644 --- a/packages/spamd_settings.xml +++ b/packages/spamd_settings.xml @@ -74,10 +74,6 @@ <text>SpamD Database</text> <url>/spamd_db.php</url> </tab> - <tab> - <text>SpamD Outlook</text> - <url>/pkg_edit.php?xml=spamd_outlook.xml&id=0</url> - </tab> </tabs> <!-- configpath gets expanded out automatically and config items will be stored in that location --> diff --git a/packages/spamd_whitelist.xml b/packages/spamd_whitelist.xml index f55a48aa..f7b3f4fe 100644 --- a/packages/spamd_whitelist.xml +++ b/packages/spamd_whitelist.xml @@ -73,10 +73,6 @@ <text>SpamD Database</text> <url>/spamd_db.php</url> </tab> - <tab> - <text>SpamD Outlook</text> - <url>/pkg_edit.php?xml=spamd_outlook.xml&id=0</url> - </tab> </tabs> <!-- configpath gets expanded out automatically and config items will be stored in that location --> |