diff options
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 e3782588..ffd1e954 100644 --- a/frontends/php/about.php +++ b/frontends/php/about.php @@ -1,11 +1,11 @@ -<? +<?php include "include/config.inc.php"; $page["title"] = "Abbout Zabbix"; $page["file"] = "about.php"; show_header($page["title"],0,0); ?> -<? +<?php show_table_header("Information about Zabbix (v1.0beta6)"); ?> @@ -59,6 +59,6 @@ </TR> </TABLE> -<? +<?php show_footer(); ?> |
