summaryrefslogtreecommitdiffstats
path: root/frontends/php/report2.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/report2.php')
-rw-r--r--frontends/php/report2.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/report2.php b/frontends/php/report2.php
index 0ca739db..3becd0b5 100644
--- a/frontends/php/report2.php
+++ b/frontends/php/report2.php
@@ -43,6 +43,7 @@ include_once "include/page_header.php";
?>
<?php
$r_form = new CForm();
+ $r_form->SetMethod('get');
$cmbGroup = new CComboBox("groupid",$_REQUEST["groupid"],"submit()");
$cmbHosts = new CComboBox("hostid",$_REQUEST["hostid"],"submit()");