626364656667686970
Hits.increment(command); if (uri.indexOf("/stopserver") != -1) { // Proxy.stopCurrentIntance(); System.exit(1); } else if (command != null) { httpResponse = new CommandExecuter(command, requestFromBrowser, isPro).execute(); } return httpResponse; }