diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-20 14:54:31 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-20 14:54:31 +0000 |
| commit | 363a63e130791275e4523c47474f0027ab0abe0b (patch) | |
| tree | 4c48600a9ce3103cd8ad98974cf811076d1b06c8 /frontends/php/include/page_header.php | |
| parent | 0ef5918272502685ed6c05c8fa73ce329eec1a4a (diff) | |
- [NTT-62] allow execution of scripts by users of any type (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@5077 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/page_header.php')
| -rw-r--r-- | frontends/php/include/page_header.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php index bb7772b0..b692cb33 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -102,7 +102,7 @@ COpt::profiling_start("page"); ), array("url"=>"tr_status.php" ,"label"=>S_TRIGGERS , "sub_pages"=>array("tr_events.php","acknow.php","tr_comments.php", - "chart4.php") + "chart4.php","scripts_exec.php") ), array("url"=>"queue.php" ,"label"=>S_QUEUE ), array("url"=>"events.php" ,"label"=>S_EVENTS ), @@ -191,9 +191,7 @@ COpt::profiling_start("page"); "popup_usrgrp.php","popup_right.php","popup_users.php") ), array("url"=>"media_types.php" ,"label"=>S_MEDIA_TYPES ), - array("url"=>"scripts.php" ,"label"=>S_SCRIPTS, - "sub_pages"=> array("scripts_exec.php") - ), + array("url"=>"scripts.php" ,"label"=>S_SCRIPTS), array("url"=>"audit.php" ,"label"=>S_AUDIT ), array("url"=>"report4.php" ,"label"=>S_NOTIFICATIONS ), array("url"=>"instal.php" ,"label"=>S_INSTALLATION , |
