mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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');
|
$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'))
|
if (! $GLOBALS['egw']->acl->check('error_log_access',1,'admin'))
|
||||||
{
|
{
|
||||||
$file['View Error Log'] = egw::link('/index.php','menuaction=admin.uilog.list_log');
|
$file['View Error Log'] = egw::link('/index.php','menuaction=admin.uilog.list_log');
|
||||||
}
|
}*/
|
||||||
|
|
||||||
if (! $GLOBALS['egw']->acl->check('applications_access',16,'admin'))
|
if (! $GLOBALS['egw']->acl->check('applications_access',16,'admin'))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user