summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart4.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/chart4.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/chart4.php')
-rw-r--r--frontends/php/chart4.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/chart4.php b/frontends/php/chart4.php
index 9f739530..14dcea06 100644
--- a/frontends/php/chart4.php
+++ b/frontends/php/chart4.php
@@ -200,7 +200,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://www.zabbix.org", $gray);
+ ImageStringUp($im,0,imagesx($im)-10,imagesy($im)-50, "http://www.zabbix.com", $gray);
$end_time=time(NULL);
ImageString($im, 0,imagesx($im)-100,imagesy($im)-12,"Generated in ".($end_time-$start_time)." sec", $gray);