summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
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/include
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/include')
-rw-r--r--frontends/php/include/classes.inc.php4
-rw-r--r--frontends/php/include/config.inc.php2
2 files changed, 3 insertions, 3 deletions
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"];