diff --git a/lib/webInterface.js b/lib/webInterface.js index ed603de..26cac9b 100644 --- a/lib/webInterface.js +++ b/lib/webInterface.js @@ -9,7 +9,6 @@ var express = require("express"), certMgr = require("./certMgr"), logUtil = require("./log"); - function webInterface(config){ var port = config.port, wsPort = config.wsPort, @@ -21,7 +20,6 @@ function webInterface(config){ crtFilePath = certMgr.getRootCAFilePath(), staticDir = path.join(__dirname,'../web'); - var app = express(); app.use(function(req, res, next) { res.setHeader("note", "THIS IS A REQUEST FROM ANYPROXY WEB INTERFACE"); diff --git a/package.json b/package.json index a295d07..38aab5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyproxy", - "version": "3.4.0", + "version": "3.4.0-Beta", "description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.", "main": "proxy.js", "bin": {