From cf8190ffc604cce6d3c441f3aed7aaf594007e13 Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Sun, 14 Dec 2008 13:28:19 -0500 Subject: [PATCH] The user can now "jump" to the webmailer and to phpmyadmin direct from within the corresponding list. --- 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