From 70e890ed44de037bd1207fc74872b57debb8de5a Mon Sep 17 00:00:00 2001 From: vogelor <vogelor@ispconfig3> Date: Thu, 11 Dec 2008 14:42:24 -0500 Subject: [PATCH] moved the system-log and the jobqueue to the monitor. --- interface/web/mail/lib/module.conf.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php index de55cba..5a6fa82 100644 --- a/interface/web/mail/lib/module.conf.php +++ b/interface/web/mail/lib/module.conf.php @@ -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