From bc2ea55736ccf81b5259244678b095259a05105e Mon Sep 17 00:00:00 2001 From: hugetoad Date: Fri, 17 Oct 2003 09:49:49 +0000 Subject: - http://zabbix.sf.nt was changed to http://www.zabbix.org (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@995 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/map.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/map.php') diff --git a/frontends/php/map.php b/frontends/php/map.php index cd50c42a..adfaeef7 100644 --- a/frontends/php/map.php +++ b/frontends/php/map.php @@ -198,7 +198,7 @@ # ImageDestroy($img); } - ImageStringUp($im,0,imagesx($im)-10,imagesy($im)-50, "http://zabbix.sourceforge.net", $gray); + ImageStringUp($im,0,imagesx($im)-10,imagesy($im)-50, "http://www.zabbix.org", $gray); ImagePng($im); ImageDestroy($im); -- cgit