From a62fd5f9b638dc9e60b1b85c165e5e7640b23cac Mon Sep 17 00:00:00 2001 From: horfic <horfic@ispconfig3> Date: Mon, 22 Feb 2010 07:55:07 -0500 Subject: [PATCH] Deleted the client id check, now he goes directly to the sysuser_id. Now you don't have to use the client id anymore, only more the sysuser_id. Solves issue when client has more than one sysuser --- interface/web/admin/lib/module.conf.php | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/interface/web/admin/lib/module.conf.php b/interface/web/admin/lib/module.conf.php index 636ea72..0d153bd 100644 --- a/interface/web/admin/lib/module.conf.php +++ b/interface/web/admin/lib/module.conf.php @@ -3,9 +3,9 @@ global $conf; $module['name'] = 'admin'; -$module['title'] = 'System'; +$module['title'] = 'top_menu_system'; $module['template'] = 'module.tpl.htm'; -$module['startpage'] = 'admin/users_list.php'; +$module['startpage'] = 'admin/server_list.php'; $module['tab_width'] = '60'; @@ -25,7 +25,7 @@ // cleanup unset($items); - +/* $items[] = array( 'title' => 'Add group', 'target' => 'content', 'link' => 'admin/groups_edit.php'); @@ -42,12 +42,13 @@ // cleanup unset($items); +*/ /* $items[] = array( 'title' => 'Add server', 'target' => 'content', 'link' => 'admin/server_edit.php'); */ -$items[] = array( 'title' => 'Edit server', +$items[] = array( 'title' => 'Server Services', 'target' => 'content', 'link' => 'admin/server_list.php'); -- Gitblit v1.9.1