From fd8e2b5317e8c43aa476a57bbf555c444049f536 Mon Sep 17 00:00:00 2001
From: quentusrex <quentusrex@ispconfig3>
Date: Fri, 31 Oct 2008 08:27:08 -0400
Subject: [PATCH] This is here to stop the variable overflow bug when setting a mail user quota higher than 2GB. 

---
 interface/web/admin/lib/module.conf.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php
index 5b63155..b43fdba 100644
--- a/interface/web/admin/lib/module.conf.php
+++ b/interface/web/admin/lib/module.conf.php
@@ -90,7 +90,13 @@
 				  'target' 	=> 'content',
 				  'link'	=> 'admin/software_repo_list.php');
 
+$items[] = array( 'title' 	=> 'Packages',
+				  'target' 	=> 'content',
+				  'link'	=> 'admin/software_package_list.php');
 
+$items[] = array( 'title' 	=> 'Updates',
+				  'target' 	=> 'content',
+				  'link'	=> 'admin/software_update_list.php');
 
 $module['nav'][] = array(	'title'	=> 'Software',
 							'open' 	=> 1,

--
Gitblit v1.9.1