summaryrefslogtreecommitdiffstats
path: root/frontends/php/hostprofiles.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-04 12:55:26 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-04 12:55:26 +0000
commit9c976c3c04e8a3f9bc9f9dbbdb429d82559f58b0 (patch)
tree928b80f63c70a9b8addd26cf3d099140e5f0febd /frontends/php/hostprofiles.php
parent16bfe6f1840d96fda7902f78a781430aa21d1e7e (diff)
downloadzabbix-9c976c3c04e8a3f9bc9f9dbbdb429d82559f58b0.tar.gz
zabbix-9c976c3c04e8a3f9bc9f9dbbdb429d82559f58b0.tar.xz
zabbix-9c976c3c04e8a3f9bc9f9dbbdb429d82559f58b0.zip
- added history of last five visited pages (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4229 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hostprofiles.php')
-rw-r--r--frontends/php/hostprofiles.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/hostprofiles.php b/frontends/php/hostprofiles.php
index f5751ffe..80851851 100644
--- a/frontends/php/hostprofiles.php
+++ b/frontends/php/hostprofiles.php
@@ -25,6 +25,7 @@
$page["title"] = "S_HOST_PROFILES";
$page["file"] = "hostprofiles.php";
+ $page['hist_arg'] = array('groupid','hostid');
include_once "include/page_header.php";