summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php')
-rw-r--r--frontends/php/about.php6
-rw-r--r--frontends/php/chart3.php2
-rw-r--r--frontends/php/chart4.php2
-rw-r--r--frontends/php/chart5.php2
-rw-r--r--frontends/php/chart_diff.php2
-rw-r--r--frontends/php/include/classes.inc.php4
-rw-r--r--frontends/php/include/config.inc.php2
-rw-r--r--frontends/php/map.php2
-rw-r--r--frontends/php/trend.php2
9 files changed, 12 insertions, 12 deletions
diff --git a/frontends/php/about.php b/frontends/php/about.php
index ef937205..1254e63a 100644
--- a/frontends/php/about.php
+++ b/frontends/php/about.php
@@ -26,13 +26,13 @@
?>
<?php
- show_table_header("Information about Zabbix (v1.0beta10)");
+ show_table_header("Information about Zabbix (v1.0)");
?>
<TABLE BORDER=0 COLS=4 WIDTH=100% BGCOLOR="#CCCCCC" cellspacing=1 cellpadding=3>
<TR BGCOLOR=#EEEEEE>
<TD ALIGN=LEFT>
- <font face="Helvetica"><a href="http://zabbix.sourceforge.net">Homepage of Zabbix</a></font><br>
+ <font face="Helvetica"><a href="http://www.zabbix.org">Homepage of Zabbix</a></font><br>
</TD>
<TD ALIGN=LEFT>
This is home page of Zabbix.
@@ -40,7 +40,7 @@
</TR>
<TR BGCOLOR=#DDDDDD>
<TD ALIGN=LEFT>
- <font face="Helvetica"><a href="http://zabbix.sourceforge.net/#manual">Latest Zabbix Manual</a></font><br>
+ <font face="Helvetica"><a href="http://www.zabbix.org/#manual">Latest Zabbix Manual</a></font><br>
</TD>
<TD>
Latest version of the Manual.
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);
diff --git a/frontends/php/chart4.php b/frontends/php/chart4.php
index 9fbba313..fccb3e8a 100644
--- a/frontends/php/chart4.php
+++ b/frontends/php/chart4.php
@@ -220,7 +220,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);
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);
diff --git a/frontends/php/chart_diff.php b/frontends/php/chart_diff.php
index f78cf77d..6a18cbc0 100644
--- a/frontends/php/chart_diff.php
+++ b/frontends/php/chart_diff.php
@@ -208,7 +208,7 @@
ImageString($im, 2,$sizeX/2-50, $sizeY+$shiftY+3, "NO DATA FOUND FOR THIS PERIOD" , $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);
ImagePng($im);
ImageDestroy($im);
diff --git a/frontends/php/include/classes.inc.php b/frontends/php/include/classes.inc.php
index 10729577..48f5439e 100644
--- a/frontends/php/include/classes.inc.php
+++ b/frontends/php/include/classes.inc.php
@@ -233,7 +233,7 @@
$this->drawGrid();
ImageString($this->im, 2,$this->sizeX/2-50, $this->sizeY+$this->shiftY+3, "NO DATA FOUND FOR THIS PERIOD" , $this->colors["Dark Red"]);
- ImageStringUp($this->im,0,imagesx($this->im)-10,imagesy($this->im)-50, "http://zabbix.sourceforge.net", $this->colors["Gray"]);
+ ImageStringUp($this->im,0,imagesx($this->im)-10,imagesy($this->im)-50, "http://www.zabbix.org", $this->colors["Gray"]);
ImagePng($this->im);
ImageDestroy($this->im);
exit;
@@ -241,7 +241,7 @@
function drawLogo()
{
- ImageStringUp($this->im,0,imagesx($this->im)-10,imagesy($this->im)-50, "http://zabbix.sourceforge.net", $this->colors["Gray"]);
+ ImageStringUp($this->im,0,imagesx($this->im)-10,imagesy($this->im)-50, "http://www.zabbix.org", $this->colors["Gray"]);
}
function drawLegend()
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 72c5b0ed..19412d48 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -3856,7 +3856,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
echo "<td bgcolor=\"#000000\">";
echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"3\" width=100% bgcolor=\"#666666\">";
echo "<tr><td align=center>";
- echo "<a href=\"http://zabbix.sourceforge.net\">ZABBIX</a> Copyright 2000-2003 by <a href=\"mailto:alex@gobbo.caves.lv\">Alexei Vladishev</a>";
+ echo "<a href=\"http://www.zabbix.org\">ZABBIX</a> Copyright 2000-2003 by <a href=\"mailto:alex@gobbo.caves.lv\">Alexei Vladishev</a>";
echo "</td>";
echo "<td align=right width=15%>";
echo "| Connected as ".$USER_DETAILS["alias"];
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);
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);