diff options
Diffstat (limited to 'frontends/php/hosts.php')
| -rw-r--r-- | frontends/php/hosts.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php index 744bbbe0..e614f550 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -773,8 +773,12 @@ show_table2_header_end(); // end of if($_GET["config"]==1) + if(isset($_GET["hostid"])) + { insert_host_profile_form($_GET["hostid"]); } + + } ?> <?php |
