From d18ac59c65621307eb559ae27d7aaa3305fda621 Mon Sep 17 00:00:00 2001
From: mcramer <m.cramer@pixcept.de>
Date: Wed, 12 Jun 2013 04:27:43 -0400
Subject: [PATCH] Reworked database user management to fix FS#2918 - multiserver - remote access db passwd not changed , when changed access from IP to % and vice versa 

---
 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