summaryrefslogtreecommitdiffstats
path: root/frontends/php/trend.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/trend.php')
-rw-r--r--frontends/php/trend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/trend.php b/frontends/php/trend.php
index 3fe69b1d..df0f75af 100644
--- a/frontends/php/trend.php
+++ b/frontends/php/trend.php
@@ -273,7 +273,7 @@ else
ImageString($im, 1,$shiftX+20, $sizeY+$shiftY+15, "AVG" , $darkyellow);
ImageString($im, 1,$shiftX+40, $sizeY+$shiftY+15, "MAX" , $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);