mirror of
https://github.com/lxsang/antd-wvnc-plugin.git
synced 2025-08-29 23:32:06 +02:00
add html description
This commit is contained in:
5
wvnc.c
5
wvnc.c
@@ -645,5 +645,10 @@ void handle(void *cl, const char *m, const char *rqp, dictionary rq)
|
|||||||
process(user_data, 1);
|
process(user_data, 1);
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
html(cl);
|
||||||
|
__t(cl, "Welcome to WVNC, plese use a websocket connection");
|
||||||
|
}
|
||||||
LOG("%s\n", "EXIT Streaming..");
|
LOG("%s\n", "EXIT Streaming..");
|
||||||
}
|
}
|
Reference in New Issue
Block a user