mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
minor changes
This commit is contained in:
parent
99316bdd1d
commit
268cb781ec
2 changed files with 2 additions and 2 deletions
|
|
@ -146,7 +146,7 @@
|
|||
this.Config.ip;
|
||||
|
||||
if(!this.IP)
|
||||
this.IP = main.Win32 ? '127.0.0.1' : '0.0.0.0';
|
||||
this.IP = main.WIN32 ? '127.0.0.1' : '0.0.0.0';
|
||||
|
||||
/* server mode or testing mode */
|
||||
if (lConfig.server) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue