summaryrefslogtreecommitdiffstats
path: root/frontends/php/map.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-02-20 22:27:34 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-02-20 22:27:34 +0000
commitc1716896805d626f54376e455fdd0b6c82972143 (patch)
tree2a4e6b82b980dd24341862849eca29477aa48e65 /frontends/php/map.php
parentd224e735e745b6318ee1408a911ddd205dd9d068 (diff)
downloadzabbix-c1716896805d626f54376e455fdd0b6c82972143.tar.gz
zabbix-c1716896805d626f54376e455fdd0b6c82972143.tar.xz
zabbix-c1716896805d626f54376e455fdd0b6c82972143.zip
- changed all versions from 1.0beta14 to 1.0 (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1269 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 a03d424c..2e6e648f 100644
--- a/frontends/php/map.php
+++ b/frontends/php/map.php
@@ -269,7 +269,7 @@
# ImageDestroy($img);
}
- ImageStringUp($im,0,imagesx($im)-10,imagesy($im)-50, "http://www.zabbix.org", $gray);
+ ImageStringUp($im,0,imagesx($im)-10,imagesy($im)-50, "http://www.zabbix.com", $gray);
ImagePng($im);
ImageDestroy($im);