summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmaps.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/sysmaps.php')
-rw-r--r--frontends/php/sysmaps.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php
index 2749b671..76198970 100644
--- a/frontends/php/sysmaps.php
+++ b/frontends/php/sysmaps.php
@@ -100,6 +100,8 @@ include_once "include/page_header.php";
?>
<?php
$form = new CForm();
+ $form->SetMethod('get');
+
$form->AddItem(new CButton("form",S_CREATE_MAP));
show_table_header(S_CONFIGURATION_OF_NETWORK_MAPS, $form);
echo BR;