diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-03-13 15:09:38 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-03-13 15:09:38 +0100 |
commit | 3c5735fa2eda3ddc65e639a73a0956bfb7af608d (patch) | |
tree | 22f7a0c7c80f042650c13e892677b1b8b714f343 | |
parent | bc3c6e5b5c482a2003772d9e4bf5c2a878c5fcae (diff) | |
download | smokeping-3c5735fa2eda3ddc65e639a73a0956bfb7af608d.tar.gz smokeping-3c5735fa2eda3ddc65e639a73a0956bfb7af608d.tar.xz |
switch range form to POST
-rw-r--r-- | lib/Smokeping.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index afced31..854a622 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -1338,7 +1338,7 @@ sub get_detail ($$$$;$){ $page .= qq|<IMG id="zoom" BORDER="0" width="$xs{''}" height="$ys{''}" SRC="${imghref}_${end}_${start}.png">| ; # $page .= "</div>"; - $page .= $q->start_form(-method=>'GET', -id=>'range_form') + $page .= $q->start_form(-method=>'POST', -id=>'range_form') . "<p>Time range: " . $q->hidden(-name=>'epoch_start',-id=>'epoch_start',-default=>$start) . $q->hidden(-name=>'hierarchy',-id=>'hierarchy') |