summaryrefslogtreecommitdiffstats
path: root/frontends/php/latest.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/latest.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/latest.php')
-rw-r--r--frontends/php/latest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/latest.php b/frontends/php/latest.php
index bb3b0b03..c7745bbc 100644
--- a/frontends/php/latest.php
+++ b/frontends/php/latest.php
@@ -25,6 +25,7 @@
$page["title"] = "S_LATEST_VALUES";
$page["file"] = "latest.php";
+ $page['hist_arg'] = array('groupid','hostid','show','select','open','applicationid');
define('ZBX_PAGE_DO_REFRESH', 1);
include_once "include/page_header.php";