summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.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/queue.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/queue.html')
-rw-r--r--frontends/php/queue.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/frontends/php/queue.html b/frontends/php/queue.html
index 61c3b8e6..e2e5d4d3 100644
--- a/frontends/php/queue.html
+++ b/frontends/php/queue.html
@@ -1,7 +1,9 @@
<?
- include "include/config.inc";
- $title = "Information about monitoring server";
- show_header($title,10);
+ $page["title"] = "Information about monitoring server";
+ $page["file"] = "queue.html";
+
+ include "include/config.inc";
+ show_header($page["title"],10);
?>
<?