diff --git a/json/config.json b/json/config.json index e53c7ca4..237625ab 100644 --- a/json/config.json +++ b/json/config.json @@ -10,7 +10,7 @@ "logs" : false, "show_keys_panel" : true, "server" : true, - "socket" : true, + "socket" : false, "port" : 80, "ip" : null, "rest" : true diff --git a/lib/server.js b/lib/server.js index 1e777cd9..f85498ba 100644 --- a/lib/server.js +++ b/lib/server.js @@ -15,7 +15,7 @@ LIBDIR = main.LIBDIR, SRVDIR = main.SRVDIR, - /* модуль для работы с путями*/ + /* модуль для работы с путями */ Path = main.path, Querystring = main.querystring, diff --git a/lib/server/socket.js b/lib/server/socket.js index 5f21ee52..37215ff8 100644 --- a/lib/server/socket.js +++ b/lib/server/socket.js @@ -86,7 +86,7 @@ return; } } - + /* if we on windows and command is build in * change code page to unicode becouse * windows use unicode on non English versions