mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
acded327e3
commit
a06568ce41
@ -68,7 +68,7 @@ class Menu implements RecursiveIterator
|
||||
* @var MenuItemRenderer
|
||||
*/
|
||||
protected $itemRenderer = null;
|
||||
|
||||
|
||||
/*
|
||||
* Parent menu
|
||||
*
|
||||
@ -223,6 +223,10 @@ class Menu implements RecursiveIterator
|
||||
'url' => 'config/modules',
|
||||
'priority' => 400
|
||||
));
|
||||
$section->add(t('Security'), array(
|
||||
'url' => 'security',
|
||||
'priority' => 500
|
||||
));
|
||||
|
||||
if (Logger::writesToFile()) {
|
||||
$section->add(t('Application Log'), array(
|
||||
@ -691,7 +695,7 @@ class Menu implements RecursiveIterator
|
||||
}
|
||||
|
||||
/**
|
||||
* PHP 5.3 GC should not leak, but just to be on the safe side...
|
||||
* PHP 5.3 GC should not leak, but just to be on the safe side...
|
||||
*/
|
||||
public function __destruct()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user