forked from I2P_Developers/i2p.i2p
Java code to set Router Console password for dr|z3d
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package net.i2p.router.web;
|
||||
|
||||
|
||||
public class ConfigConsoleHelper extends HelperBase {
|
||||
private String consolePassword="consolePassword";
|
||||
|
||||
public ConfigConsoleHelper() {}
|
||||
|
||||
public String getSettings() {
|
||||
StringBuilder buf = new StringBuilder(4*1024);
|
||||
buf.append(consolePassword);
|
||||
return buf.toString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user