diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-09-07 09:16:46 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-09-07 09:16:46 +0000 |
| commit | 9db4b0aeb0582ea1afa3e54493268348963cbe0f (patch) | |
| tree | e43517c29d15694a81179018dcc069aa6ea9b80d /frontends/php/about.php | |
| parent | cf2952549223c779ec2fe14eddd6dc70bcae064c (diff) | |
- fixed permission check for all *.php (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@483 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/about.php')
| -rw-r--r-- | frontends/php/about.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/about.php b/frontends/php/about.php index 0eac96bc..e3782588 100644 --- a/frontends/php/about.php +++ b/frontends/php/about.php @@ -33,7 +33,7 @@ If you need additional functionality, go here. </TD> </TR> -<TR BGCOLOR=#EEEEEE> +<TR BGCOLOR=#DDDDDD> <TD ALIGN=LEFT> <font face="Helvetica"><a href="http://sourceforge.net/forum/?group_id=23494">Forums</a></font><br> </TD> @@ -41,7 +41,7 @@ Zabbix-related discussion. </TD> </TR> -<TR BGCOLOR=#DDDDDD> +<TR BGCOLOR=#EEEEEE> <TD ALIGN=LEFT> <font face="Helvetica"><a href="http://sourceforge.net/tracker/?group_id=23494&atid=378683">Bug reports</a></font><br> </TD> @@ -49,7 +49,7 @@ Bug in Zabbix ? Please, report it. </TD> </TR> -<TR BGCOLOR=#EEEEEE> +<TR BGCOLOR=#DDDDDD> <TD ALIGN=LEFT> <font face="Helvetica"><a href="http://sourceforge.net/mail/?group_id=23494">Mailing lists</a></font><br> </TD> |
