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/sysmaps.php | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/php/sysmaps.php') diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php index ebb48608..22728360 100644 --- a/frontends/php/sysmaps.php +++ b/frontends/php/sysmaps.php @@ -25,6 +25,7 @@ $page["title"] = "S_NETWORK_MAPS"; $page["file"] = "sysmaps.php"; + $page['hist_arg'] = array(); include_once "include/page_header.php"; -- cgit