Use POST for submit
[app-web-vpkbuilder.git] / index.html
index f049a85edc5317d0e20e4acc83b16ad60762ec24..cdd53410d9b6b1a693b4c8191c580545f22c7bb4 100644 (file)
@@ -4,7 +4,7 @@
 <link rel="stylesheet" href="/static/index.css">
 
 <h1>Select package components</h1>
-<form action="/makepkg">
+<form action="/makepkg" method="POST">
 <div id="list"></div>
 <input type="submit" value="Make package">
 </form>
This page took 0.00962600000000002 seconds and 4 git commands to generate.