summaryrefslogtreecommitdiffstats
path: root/frontends/php/map.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-15 14:56:21 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-15 14:56:21 +0000
commitbb428111cfebc82ba9a31e5da0a807033cac41b7 (patch)
treefc8e2208a43ccc32ee4df2eb20a4cb4f112b5d87 /frontends/php/map.php
parent24c2ec574fb95128703b44d469059825842acd51 (diff)
- [NTT-49] merged rev. 5048:5049 of branches/1.4.j/ (Artem) [fix for maps in "screens" page]
git-svn-id: svn://svn.zabbix.com/trunk@5050 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/map.php')
-rw-r--r--frontends/php/map.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/map.php b/frontends/php/map.php
index 34ca184e..83aaeb27 100644
--- a/frontends/php/map.php
+++ b/frontends/php/map.php
@@ -21,7 +21,7 @@
<?php
require_once "include/config.inc.php";
require_once "include/maps.inc.php";
-
+
$page["title"] = "S_MAP";
$page["file"] = "map.php";
$page["type"] = PAGE_TYPE_IMAGE;