I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 3013b56d authored by str4d's avatar str4d
Browse files

Fixed server tunnel wizard bug - pass a value for privKeyFile

parent 18831613
No related branches found
No related tags found
No related merge requests found
......@@ -501,7 +501,8 @@ http://stats.i2p/cgi-bin/jump.cgi?a=
http://i2jump.i2p/" /><%
} /* httpclient */
} else { /* Server-only defaults */
%><input type="hidden" name="encrypt" value="" />
%><input type="hidden" name="privKeyFile" value="<%=editBean.getPrivateKeyFile(-1)%>" />
<input type="hidden" name="encrypt" value="" />
<input type="hidden" name="encryptKey" value="" />
<input type="hidden" name="accessMode" value="0" />
<input type="hidden" name="accessList" value="" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment