This commit is contained in:
Wikinaut 2012-11-30 12:58:28 -08:00
commit 065c1ef824

View file

@ -66,7 +66,7 @@ exports.restartServer = function () {
} else { } else {
console.log( "SSL -- not enabled!" ); console.warn( "SSL -- not enabled!" );
var http = require('http'); var http = require('http');
server = http.createServer(app); server = http.createServer(app);