From bc2ea55736ccf81b5259244678b095259a05105e Mon Sep 17 00:00:00 2001 From: hugetoad Date: Fri, 17 Oct 2003 09:49:49 +0000 Subject: - 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 --- frontends/php/include/classes.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/include/classes.inc.php') 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() -- cgit