forked from I2P_Developers/i2p.i2p
* Key certs:
- Hide setting in i2ptunnel edit pages unless advanced user - Only store LS with key certs to routers that support it
This commit is contained in:
@@ -351,6 +351,11 @@ public class EditBean extends IndexBean {
|
||||
return Addresses.getAllAddresses();
|
||||
}
|
||||
|
||||
/** @since 0.9.11 */
|
||||
public boolean isAdvanced() {
|
||||
return _context.getBooleanProperty("routerconsole.advanced");
|
||||
}
|
||||
|
||||
public String getI2CPHost(int tunnel) {
|
||||
if (_context.isRouterContext())
|
||||
return _("internal");
|
||||
|
Reference in New Issue
Block a user