disabled the peer servers

This commit is contained in:
Ralf Becker 2003-09-02 13:28:38 +00:00
parent d5f4533cb9
commit 5422ee6beb

View File

@ -16,11 +16,12 @@
$file['Site Configuration'] = $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=admin'); $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')) if (! $GLOBALS['phpgw']->acl->check('peer_server_access',1,'admin'))
{ {
$file['Peer Servers'] = $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiserver.list_servers'); $file['Peer Servers'] = $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiserver.list_servers');
} }
*/
if (! $GLOBALS['phpgw']->acl->check('account_access',1,'admin')) if (! $GLOBALS['phpgw']->acl->check('account_access',1,'admin'))
{ {
$file['User Accounts'] = $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiaccounts.list_users'); $file['User Accounts'] = $GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiaccounts.list_users');