summaryrefslogtreecommitdiffstats
path: root/frontends/php/triggers.html
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-03-31 10:06:10 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-03-31 10:06:10 +0000
commitc07070ac96e446bbdeae5bec1dbcb0af6f48896e (patch)
tree98d7d8395173057b0b86a5973c0213a7f766b3de /frontends/php/triggers.html
parent18eabc5239fa565a90b963c533330b34e16b2805 (diff)
downloadzabbix-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.html8
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);
?>
<?