mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
disabled the peer servers
This commit is contained in:
parent
d5f4533cb9
commit
5422ee6beb
@ -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');
|
||||||
|
Loading…
Reference in New Issue
Block a user