mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
disable old EGroupware error_log, as it is not used anymore
This commit is contained in:
parent
5241d3c951
commit
7cc924c74e
@ -108,10 +108,11 @@ class admin_hooks
|
||||
$file['View Access Log'] = egw::link('/index.php','menuaction=admin.admin_accesslog.index');
|
||||
}
|
||||
|
||||
/* disable old EGroupware error_log, as it is not used anymore
|
||||
if (! $GLOBALS['egw']->acl->check('error_log_access',1,'admin'))
|
||||
{
|
||||
$file['View Error Log'] = egw::link('/index.php','menuaction=admin.uilog.list_log');
|
||||
}
|
||||
}*/
|
||||
|
||||
if (! $GLOBALS['egw']->acl->check('applications_access',16,'admin'))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user