From 42db7dd434e76d2d1d3c5b0631091d7d7369e7b0 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 24 Oct 2005 06:16:28 +0000 Subject: - configurable refresh rate. Thanks to James Wells. (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2217 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/maps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/maps.php') diff --git a/frontends/php/maps.php b/frontends/php/maps.php index 763c5aeb..b2c1372f 100644 --- a/frontends/php/maps.php +++ b/frontends/php/maps.php @@ -30,7 +30,7 @@ } if(isset($_REQUEST["sysmapid"])) { - show_header($page["title"],30,$nomenu); + show_header($page["title"],1,$nomenu); } else { -- cgit