From 5190fe6131c81a97b333b6e8f828495e628ce1ba Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Sun, 14 Dec 2008 11:08:10 -0500 Subject: [PATCH] The names of the database, the database-user, the shell-user and the ftp-user can now be restricted --- interface/web/mail/lib/module.conf.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php index de55cba..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', @@ -83,7 +83,7 @@ //**** Statistics menu $items = array(); -$items[] = array( 'title' => 'Mailboxes', +$items[] = array( 'title' => 'Mailbox traffic', 'target' => 'content', 'link' => 'mail/mail_user_stats.php'); -- Gitblit v1.9.1