diff options
author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-03-31 10:06:10 +0000 |
---|---|---|
committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-03-31 10:06:10 +0000 |
commit | c07070ac96e446bbdeae5bec1dbcb0af6f48896e (patch) | |
tree | 98d7d8395173057b0b86a5973c0213a7f766b3de /frontends/php/triggers.html | |
parent | 18eabc5239fa565a90b963c533330b34e16b2805 (diff) | |
download | zabbix-c07070ac96e446bbdeae5bec1dbcb0af6f48896e.tar.gz zabbix-c07070ac96e446bbdeae5bec1dbcb0af6f48896e.tar.xz zabbix-c07070ac96e446bbdeae5bec1dbcb0af6f48896e.zip |
Quite a lot of changes:
- added table groups
- changed structure of table users
- added authorisation mechanism
- menu highlighting in PHP frontend
git-svn-id: svn://svn.zabbix.com/trunk@19 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/triggers.html')
-rw-r--r-- | frontends/php/triggers.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/frontends/php/triggers.html b/frontends/php/triggers.html index cbe10f61..0e996612 100644 --- a/frontends/php/triggers.html +++ b/frontends/php/triggers.html @@ -1,7 +1,9 @@ <? - include "include/config.inc"; - $title = "Configuration of triggers"; - show_header($title,0); + $page["title"] = "Configuration of triggers"; + $page["file"] = "triggers.html"; + + include "include/config.inc"; + show_header($page["title"],0); ?> <? |