summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart3.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-10-17 09:49:49 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-10-17 09:49:49 +0000
commitbc2ea55736ccf81b5259244678b095259a05105e (patch)
treeb9184cd9ddbadb7391406d80a3cf6dff66765400 /frontends/php/chart3.php
parente3eca8ce0ecfaf8fbb40c2de6099bf1dfe811ca9 (diff)
downloadzabbix-bc2ea55736ccf81b5259244678b095259a05105e.tar.gz
zabbix-bc2ea55736ccf81b5259244678b095259a05105e.tar.xz
zabbix-bc2ea55736ccf81b5259244678b095259a05105e.zip
- 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
Diffstat (limited to 'frontends/php/chart3.php')
-rw-r--r--frontends/php/chart3.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/chart3.php b/frontends/php/chart3.php
index 9c10c58b..c49d943a 100644
--- a/frontends/php/chart3.php
+++ b/frontends/php/chart3.php
@@ -297,7 +297,7 @@
// ImageString($im, 1,$shiftX, $sizeY+$shiftY+15, "AVG (LAST WEEK)" , $darkgreen);
// ImageString($im, 1,$shiftX+80, $sizeY+$shiftY+15, "AVG (TODAY)" , $darkred);
- 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);
$end_time=time(NULL);
ImageString($im, 0,imagesx($im)-100,imagesy($im)-12,"Generated in ".($end_time-$start_time)." sec", $gray);