From 388cbd3bfd30387b044551e6f2ffd478c6f83036 Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Mon, 16 May 2011 09:37:07 -0400 Subject: [PATCH] Typo, its Debian 6 --- interface/web/mail/lib/module.conf.php | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php index 11fad78..6e71f6e 100644 --- a/interface/web/mail/lib/module.conf.php +++ b/interface/web/mail/lib/module.conf.php @@ -153,6 +153,14 @@ //**** Statistics menu $items = array(); +/* +//** Email Quotas +$items[] = array( 'title' => 'Mailbox quota', + 'target' => 'content', + 'link' => 'mail/user_quota_stats.php', + 'html_id' => 'user_quota_stats'); +*/ + $items[] = array( 'title' => 'Mailbox traffic', 'target' => 'content', 'link' => 'mail/mail_user_stats.php', -- Gitblit v1.9.1