diff options
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index b8a8a7d0..5d84ee48 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -51,6 +51,11 @@ ?> <?php + $_GET["hostid"]=@iif(isset($_GET["hostid"]),$_GET["hostid"],get_profile("web.latest.hostid",0)); + update_profile("web.latest.hostid",$_GET["hostid"]); +?> + +<?php if(isset($_GET["register"])) { if($_GET["register"]=="update") |
