diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-10-17 09:49:49 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-10-17 09:49:49 +0000 |
| commit | bc2ea55736ccf81b5259244678b095259a05105e (patch) | |
| tree | b9184cd9ddbadb7391406d80a3cf6dff66765400 /frontends/php/include/classes.inc.php | |
| parent | e3eca8ce0ecfaf8fbb40c2de6099bf1dfe811ca9 (diff) | |
| download | zabbix-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/classes.inc.php')
| -rw-r--r-- | frontends/php/include/classes.inc.php | 4 |
1 files changed, 2 insertions, 2 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() |
