forked from I2P_Developers/i2p.i2p
move getConsoleServer() method
This commit is contained in:
@ -254,7 +254,7 @@ public class ConfigClientsHandler extends FormHandler {
|
||||
* requested and add the .war to that one
|
||||
*/
|
||||
private void startWebApp(String app) {
|
||||
Server s = PluginStarter.getConsoleServer();
|
||||
Server s = WebAppStarter.getConsoleServer();
|
||||
if (s != null) {
|
||||
try {
|
||||
File path = new File(_context.getBaseDir(), "webapps");
|
||||
|
Reference in New Issue
Block a user