forked from I2P_Developers/i2p.i2p
Console: Fix inadvertent config save when clicking restart or shutdown
on /configstats
This commit is contained in:
@ -31,8 +31,10 @@ public class ConfigStatsHandler extends FormHandler {
|
||||
|
||||
@Override
|
||||
protected void processForm() {
|
||||
if (_action != null && _action.equals("foo")) {
|
||||
saveChanges();
|
||||
}
|
||||
}
|
||||
|
||||
public void setFilename(String filename) {
|
||||
_filename = (filename != null ? filename.trim() : null);
|
||||
|
Reference in New Issue
Block a user