forked from I2P_Developers/i2p.i2p
Plugins: SU3 support in form, type checking,
don't require DSA key in SU3
This commit is contained in:
@@ -344,7 +344,9 @@ public class ConfigClientsHandler extends FormHandler {
|
||||
|
||||
private void updatePlugin(String app) {
|
||||
Properties props = PluginStarter.pluginProperties(_context, app);
|
||||
String url = props.getProperty("updateURL");
|
||||
String url = props.getProperty("updateURL.su3");
|
||||
if (url == null)
|
||||
url = props.getProperty("updateURL");
|
||||
if (url == null) {
|
||||
addFormError(_("No update URL specified for {0}",app));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user