forked from I2P_Developers/i2p.i2p
Console: Set form target for wizard
so link into middle of wizard from /config doesn't get stuck there due to the URL param, as reported by RN
This commit is contained in:
@ -132,7 +132,7 @@
|
||||
}
|
||||
%>
|
||||
</div>
|
||||
<form action="" method="POST">
|
||||
<form action="/welcome" method="POST">
|
||||
<input type="hidden" name="nonce" value="<%=pageNonce%>">
|
||||
<input type="hidden" name="action" value="blah" >
|
||||
<input type="hidden" name="page" value="<%=(ipg + 1)%>" >
|
||||
|
Reference in New Issue
Block a user