diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-12-31 11:05:40 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-12-31 11:05:40 +0000 |
| commit | 7bd32deba70c8ea3d3700d10b075ce90a7286325 (patch) | |
| tree | c69b17f13e6472256b08e3f5d8969917b2df79ad /frontends/php/include/config.inc.php | |
| parent | 77a282ca8e67a9401d53719b443b53292e9c19e4 (diff) | |
| download | zabbix-7bd32deba70c8ea3d3700d10b075ce90a7286325.tar.gz zabbix-7bd32deba70c8ea3d3700d10b075ce90a7286325.tar.xz zabbix-7bd32deba70c8ea3d3700d10b075ce90a7286325.zip | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2463 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
| -rw-r--r-- | frontends/php/include/config.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index f648a75a..9c28443a 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -1053,7 +1053,7 @@ echo "</head>"; ), "configuration"=>array( "label"=>S_CONFIGURATION, - "pages"=>array("config.php","users.php","audit.php","hosts.php","items.php","triggers.php","sysmaps.php","graphs.php","screenconf.php","services.php","sysmap.php","media.php","screenedit.php","actions.php","graph.php","actionconf.php"), + "pages"=>array("config.php","users.php","audit.php","hosts.php","items.php","triggers.php","sysmaps.php","graphs.php","screenconf.php","services.php","sysmap.php","media.php","screenedit.php","graph.php","actionconf.php"), "level2"=>array( array("label"=>S_GENERAL,"url"=>"config.php"), array("label"=>S_USERS,"url"=>"users.php"), @@ -1178,7 +1178,6 @@ echo "</head>"; if(($sub["url"]=="hosts.php")&&!check_anyright("Host","U")) continue; if(($sub["url"]=="items.php")&&!check_anyright("Host","U")) continue; if(($sub["url"]=="triggers.php")&&!check_anyright("Host","U")) continue; - if(($sub["url"]=="actions.php")&&!check_anyright("Host","U")) continue; if(($sub["url"]=="sysmaps.php")&&!check_anyright("Network map","U")) continue; if(($sub["url"]=="sysmap.php")&&!check_anyright("Network map","U")) continue; if(($sub["url"]=="graphs.php")&&!check_anyright("Graph","U")) continue; |
