From 9c976c3c04e8a3f9bc9f9dbbdb429d82559f58b0 Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 4 Jun 2007 12:55:26 +0000 Subject: - added history of last five visited pages (Artem) git-svn-id: svn://svn.zabbix.com/trunk@4229 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/queue.php | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/php/queue.php') diff --git a/frontends/php/queue.php b/frontends/php/queue.php index b9fe734b..8795809e 100644 --- a/frontends/php/queue.php +++ b/frontends/php/queue.php @@ -24,6 +24,7 @@ $page["title"] = "S_QUEUE_BIG"; $page["file"] = "queue.php"; + $page['hist_arg'] = array('show'); define('ZBX_PAGE_DO_REFRESH', 1); -- cgit