* Console: Display full path to config file

* i2ptunnel: More escaping
This commit is contained in:
zzz
2014-08-06 13:40:25 +00:00
parent e10e05166f
commit 7187f6f714
4 changed files with 33 additions and 25 deletions

View File

@@ -38,6 +38,6 @@
<br><b><%=intl._("NOTE")%>:</b> <%=intl._("Some changes may require a restart to take effect.")%>
</div></form>
<% } else { %>
To make changes, edit the router.config file.
<%=intl._("To make changes, edit the file {0}.", "<tt>" + advancedhelper.getConfigFileName() + "</tt>")%>
<% } // isAdvanced %>
</div></div></div></body></html>