diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-08-26 11:09:30 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-08-26 11:09:30 +0000 |
| commit | 53338d4d70ccb87b724bd3df293b8ce1b32fbb11 (patch) | |
| tree | 99e40df0d051acc3221928af43cd7673a8008f15 /frontends/php/latest.php | |
| parent | e2128fb24527ba8f591e54633be0daf9a7636146 (diff) | |
| download | zabbix-53338d4d70ccb87b724bd3df293b8ce1b32fbb11.tar.gz zabbix-53338d4d70ccb87b724bd3df293b8ce1b32fbb11.tar.xz zabbix-53338d4d70ccb87b724bd3df293b8ce1b32fbb11.zip | |
- misc usability fixes for PHP interface (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1997 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/latest.php')
| -rw-r--r-- | frontends/php/latest.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/php/latest.php b/frontends/php/latest.php index f6364c54..9d5ba315 100644 --- a/frontends/php/latest.php +++ b/frontends/php/latest.php @@ -54,6 +54,11 @@ ?> <?php + $_GET["hostid"]=@iif(isset($_GET["hostid"]),$_GET["hostid"],get_profile("web.latest.hostid",0)); + update_profile("web.latest.hostid",$_GET["hostid"]); +?> + +<?php $h1=" ".S_LATEST_DATA; $h2=S_GROUP." "; |
