From 2a4acdb4f99f2a553013961e7bb86397e62c1bd4 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 19 Apr 2013 05:30:29 -0400
Subject: [PATCH] Reverted SVN trunk back to revision 3938 to remove changes in default theme an a replacement of the ispconfig logo.
---
interface/web/mail/lib/module.conf.php | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php
index 6e71f6e..731fa91 100644
--- a/interface/web/mail/lib/module.conf.php
+++ b/interface/web/mail/lib/module.conf.php
@@ -153,13 +153,12 @@
//**** 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',
--
Gitblit v1.9.1