summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart5.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/chart5.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/chart5.php')
-rw-r--r--frontends/php/chart5.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/chart5.php b/frontends/php/chart5.php
index d22d6962..d07ebd54 100644
--- a/frontends/php/chart5.php
+++ b/frontends/php/chart5.php
@@ -211,7 +211,7 @@
// ImageRectangle($im,$shiftX,$sizeY+$shiftYup+39+15*2,$shiftX+5,$sizeY+$shiftYup+35+9+15*2,$black);
// ImageString($im, 2,$shiftX+9,$sizeY+$shiftYup+15*2+35, "UNKNOWN (%)", $black);
- 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);