Skip to content

Commit 0888d7d

Browse files
author
latham
committed
enable the quota view as we begin testing in ispconfig3 trunk
1 parent 4a75ab8 commit 0888d7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

interface/web/mail/lib/module.conf.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,12 @@
153153
//**** Statistics menu
154154
$items = array();
155155

156-
/*
156+
157157
//** Email Quotas
158158
$items[] = array( 'title' => 'Mailbox quota',
159159
'target' => 'content',
160160
'link' => 'mail/user_quota_stats.php',
161161
'html_id' => 'user_quota_stats');
162-
*/
163162

164163
$items[] = array( 'title' => 'Mailbox traffic',
165164
'target' => 'content',

0 commit comments

Comments
 (0)