From 5422ee6beb5df427346b3a31c28d72d0d2e4e060 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 2 Sep 2003 13:28:38 +0000 Subject: [PATCH] disabled the peer servers --- admin/inc/hook_admin.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/inc/hook_admin.inc.php b/admin/inc/hook_admin.inc.php index 4f433a371e..0941162657 100644 --- a/admin/inc/hook_admin.inc.php +++ b/admin/inc/hook_admin.inc.php @@ -16,11 +16,12 @@ $file['Site Configuration'] = $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=admin'); } +/* disabled it, til it does something useful if (! $GLOBALS['phpgw']->acl->check('peer_server_access',1,'admin')) { $file['Peer Servers'] = $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiserver.list_servers'); } - +*/ if (! $GLOBALS['phpgw']->acl->check('account_access',1,'admin')) { $file['User Accounts'] = $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiaccounts.list_users');