change buttons from GET to POST

This commit is contained in:
zzz
2010-11-19 16:42:23 +00:00
parent dd39f3f244
commit 6b0c931200
5 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@
} else {
// since we don't have an iframe this will reload the base page, and
// the new delay will be passed to the iframe above
out.print("<div class=\"refresh\"><form action=\"" + request.getRequestURI() + "\" method=\"GET\">\n");
out.print("<div class=\"refresh\"><form action=\"" + request.getRequestURI() + "\" method=\"POST\">\n");
out.print("<b>");
// We have intl defined when this is included, but not when compiled standalone.
out.print(intl._("Refresh (s)"));