diff options
Diffstat (limited to 'frontends/php/graphs.php')
| -rw-r--r-- | frontends/php/graphs.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php index 683b76ac..b394da38 100644 --- a/frontends/php/graphs.php +++ b/frontends/php/graphs.php @@ -38,6 +38,8 @@ show_footer(); exit; } + $_REQUEST["hostid"]=@iif(isset($_REQUEST["hostid"]),$_REQUEST["hostid"],get_profile("web.latest.hostid",0)); + update_profile("web.latest.hostid",$_REQUEST["hostid"]); update_profile("web.menu.config.last",$page["file"]); ?> |
