clean up more urls and POST self-references

This commit is contained in:
zzz
2010-11-19 15:23:25 +00:00
parent f0ac96cab1
commit 166f378f2f
12 changed files with 17 additions and 17 deletions

View File

@@ -23,7 +23,7 @@
<jsp:getProperty name="formhandler" property="allMessages" />
<div class="configure">
<div class="wideload">
<form action="configadvanced.jsp" method="POST">
<form action="" method="POST">
<% String prev = System.getProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce");
if (prev != null) System.setProperty("net.i2p.router.web.ConfigAdvancedHandler.noncePrev", prev);
System.setProperty("net.i2p.router.web.ConfigAdvancedHandler.nonce", new java.util.Random().nextLong()+""); %>