diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-05-31 08:10:12 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-05-31 08:10:12 +0000 |
| commit | 1ab8795be31d5c434bb7315a5955e2e46ce5e85a (patch) | |
| tree | 6b139bd3ee5926cf856ace3fb37c7a034d3c01ac /frontends/php/hosts.php | |
| parent | a7ab6a96a55836ce44edc30eaa48a0beb69c6cb0 (diff) | |
- fixed short php tags in PHP frontend (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1793 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
| -rw-r--r-- | frontends/php/hosts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php index 9ef49f42..ab953df2 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -343,7 +343,7 @@ } ?> -<? +<?php if(isset($_GET["hostid"])&&($_GET["config"]==2)) { table_begin(); |
