|
@@ -93,7 +93,7 @@
|
|
host = WebUtil.getQueryVar('host', null);
|
|
host = WebUtil.getQueryVar('host', null);
|
|
port = WebUtil.getQueryVar('port', null);
|
|
port = WebUtil.getQueryVar('port', null);
|
|
password = WebUtil.getQueryVar('password', '');
|
|
password = WebUtil.getQueryVar('password', '');
|
|
- path = WebUtil.getQueryVar('path', '');
|
|
|
|
|
|
+ path = WebUtil.getQueryVar('path', 'websockify');
|
|
if ((!host) || (!port)) {
|
|
if ((!host) || (!port)) {
|
|
updateState('failed',
|
|
updateState('failed',
|
|
"Must specify host and port in URL");
|
|
"Must specify host and port in URL");
|