diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-12-07 09:44:28 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-12-07 09:44:28 +0000 |
| commit | 57aba8a89d9da927a39a3ffadf258ead2f27b3c7 (patch) | |
| tree | 59a8dc852f93f9b9760043a4a2e9388ca4d9249e /frontends/php/tr_status.php | |
| parent | cfacb3b129f95ee9efc41830d0a939875e7732ed (diff) | |
- all <? ?> were changed to <?php ?>. No changes in php.ini required anymore.
(Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@580 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/tr_status.php')
| -rw-r--r-- | frontends/php/tr_status.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php index a0e8a3b3..f21d8a55 100644 --- a/frontends/php/tr_status.php +++ b/frontends/php/tr_status.php @@ -1,10 +1,10 @@ -<? +<?php $page["title"] = "Status of triggers"; $page["file"] = "tr_status.php"; include "include/config.inc.php"; ?> -<? +<?php $tr_hash=calc_trigger_hash(); setcookie("triggers_hash",$tr_hash,time()+1800); @@ -40,7 +40,7 @@ // echo "$tr_hash<br>$triggers_hash<br>".$old[1]."<br>".$new[1]; ?> -<? +<?php $refresh=10; if(!isset($HTTP_GET_VARS["onlytrue"])) { @@ -55,7 +55,7 @@ show_header($page["title"],$refresh,0); } ?> -<? +<?php if(!check_right("Host","R",0)) { show_table_header("<font color=\"AA0000\">No permissions !</font>"); @@ -69,14 +69,14 @@ exit; } ?> -<? +<?php if(isset($audio)) { echo "<BGSOUND src=\"audio/$audio\" loop=0>"; } ?> -<? +<?php if(!isset($HTTP_GET_VARS["sort"])) { @@ -112,7 +112,7 @@ } ?> -<? +<?php if(!isset($HTTP_GET_VARS["select"])) { $select=""; @@ -174,7 +174,7 @@ show_table_v_delimiter(); ?> -<? +<?php if(isset($HTTP_GET_VARS["hostid"])) { $cond="&hostid=".$HTTP_GET_VARS["hostid"]; @@ -473,6 +473,6 @@ show_table_header("Total:$col"); ?> -<? +<?php show_footer(); ?> |
