mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-09-25 15:34:03 +00:00
added actual form handling to the main config.jsp page
dropped the old notice.jsp style result notification display destination info on the left nav
This commit is contained in:
@@ -30,8 +30,8 @@ public class ConfigNetHelper {
|
||||
public ConfigNetHelper() {}
|
||||
|
||||
/** copied from various private TCP components */
|
||||
private final static String PROP_I2NP_TCP_HOSTNAME = "i2np.tcp.hostname";
|
||||
private final static String PROP_I2NP_TCP_PORT = "i2np.tcp.port";
|
||||
public final static String PROP_I2NP_TCP_HOSTNAME = "i2np.tcp.hostname";
|
||||
public final static String PROP_I2NP_TCP_PORT = "i2np.tcp.port";
|
||||
|
||||
public String getHostname() {
|
||||
return _context.getProperty(PROP_I2NP_TCP_HOSTNAME);
|
||||
|
||||
Reference in New Issue
Block a user