diff options
Diffstat (limited to 'frontends/php/include/page_header.php')
| -rw-r--r-- | frontends/php/include/page_header.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php index ae182e68..562fb54d 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -195,7 +195,7 @@ COpt::profiling_start("page"); array("url"=>"audit.php" ,"label"=>S_AUDIT ), array("url"=>"report4.php" ,"label"=>S_NOTIFICATIONS ), array("url"=>"instal.php" ,"label"=>S_INSTALLATION , - "sub_pages"=>array("setup.php")) + "sub_pages"=>array("setup.php","warning.php")) ) ), "login"=>array( @@ -528,6 +528,6 @@ COpt::compare_files_with_menu($ZBX_MENU); } unset($tmezone); } - + show_messages(); ?> |
