summaryrefslogtreecommitdiffstats
path: root/frontends/php/map.html
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-08-05 13:54:37 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-08-05 13:54:37 +0000
commitbcad0d8ff2049311f84d6727190601999d63d4bd (patch)
treef368ccf3ea7bc47f4281f94f1bb06b86f49393e1 /frontends/php/map.html
parent31be0f053d6ce0073e84c8bfc27348cf1a290a61 (diff)
downloadzabbix-bcad0d8ff2049311f84d6727190601999d63d4bd.tar.gz
zabbix-bcad0d8ff2049311f84d6727190601999d63d4bd.tar.xz
zabbix-bcad0d8ff2049311f84d6727190601999d63d4bd.zip
Added zabbix_agentd. A lot of other changes.
git-svn-id: svn://svn.zabbix.com/trunk@160 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/map.html')
-rw-r--r--frontends/php/map.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/map.html b/frontends/php/map.html
index 694337ed..920fe032 100644
--- a/frontends/php/map.html
+++ b/frontends/php/map.html
@@ -14,7 +14,7 @@
$width=DBget_field($result,0,1);
$height=DBget_field($result,0,2);
-# Header( "Content-type: text/html");
+// Header( "Content-type: text/html");
Header( "Content-type: image/png");
Header( "Expires: Mon, 17 Aug 1998 12:51:50 GMT");
@@ -139,7 +139,7 @@
# ImageDestroy($img);
}
- ImageString($im,0,$width-147,$height-10, "http://zabbix.sourceforge.net", $gray);
+ ImageStringUp($im,0,$width-10,$height-4, "http://zabbix.sourceforge.net", $gray);
ImagePng($im);
ImageDestroy($im);