fixed bug with menu items sshow and view

This commit is contained in:
coderaiser 2012-10-05 04:52:54 -04:00
parent b26be35ef6
commit d5ea30d4e9
7 changed files with 126 additions and 102 deletions

View file

@ -179,7 +179,7 @@ CloudServer.start = function (pConfig) {
console.log(process.argv);
console.log(this.Config);
/* server mode or testing mode */
if (this.Config.server) {
var http = require('http');