From dc7d8b5b2d79bfaff8af1f0fceb7ed07ccf3bde0 Mon Sep 17 00:00:00 2001 From: pedro_morgan <pedro_morgan@ispconfig3> Date: Fri, 17 Aug 2007 23:40:02 -0400 Subject: [PATCH] Clean up some of the code. Perplexed as to why no constants. For later review --- interface/web/mail/lib/module.conf.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php index 34a7afc..627085b 100644 --- a/interface/web/mail/lib/module.conf.php +++ b/interface/web/mail/lib/module.conf.php @@ -101,6 +101,10 @@ $items[] = array( 'title' => "Postfix Blacklist", 'target' => 'content', 'link' => 'mail/mail_blacklist_list.php'); + + $items[] = array( 'title' => "Content Filter", + 'target' => 'content', + 'link' => 'mail/mail_content_filter_list.php'); $module["nav"][] = array( 'title' => 'Global Filters', 'open' => 1, -- Gitblit v1.9.1