diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-01-10 16:09:31 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-01-10 16:09:31 +0000 |
| commit | 4126039bc0cad4231822bbd07fe9dda5301ab423 (patch) | |
| tree | 66eecffa8c7b5ec91b18ae8265a2f65873982e5e /frontends/php/include/page_header.php | |
| parent | 8434d0ec57d5d159708c53dc26158647ab1dfd0e (diff) | |
- [DEV-94] added processing of the "database down" event (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5238 97f52cf1-0a1b-0410-bd0e-c28be96e8082
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(); ?> |
