From 60bc9cd92e5e36f0719ec57472e53784b9cc3dbd Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 14 Sep 2009 10:34:24 -0400 Subject: [PATCH] Improved regex for module and filename check in content.php and changed relative path to absolute path in include statement. Many thanks to Mirko for finding this. --- interface/web/mail/lib/module.conf.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php index 5a6fa82..54d0e05 100644 --- a/interface/web/mail/lib/module.conf.php +++ b/interface/web/mail/lib/module.conf.php @@ -59,9 +59,9 @@ 'target' => 'content', 'link' => 'mail/spamfilter_policy_list.php'); - $items[] = array( 'title' => 'Server Settings', - 'target' => 'content', - 'link' => 'mail/spamfilter_config_list.php'); +// $items[] = array( 'title' => 'Server Settings', +// 'target' => 'content', +// 'link' => 'mail/spamfilter_config_list.php'); } $module['nav'][] = array( 'title' => 'Spamfilter', -- Gitblit v1.9.1