optimize webServer, move it to /lib

This commit is contained in:
OttoMao
2015-04-25 10:28:40 +08:00
parent db4ab7d2f9
commit 8e7aef70ae
12 changed files with 817 additions and 451 deletions

View File

@@ -61,17 +61,6 @@ module.exports = {
//fetch entire traffic data
fetchTrafficData: function(id,info){},
//[internal]
customMenu:[
{
name :"test",
handler :function(){}
},{
name :"second-test",
handler :function(){}
}
],
setInterceptFlag:function(flag){
interceptFlag = flag && isRootCAFileExists;
}