From 8065e06cb37b27d0736b74e0e8ab646499a630b7 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 30 Sep 2008 14:27:48 -0400
Subject: [PATCH] - Added the interface part of the ispconfig pacage manager - updated the debian installation instructions

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