add html description

This commit is contained in:
lxsang 2018-09-23 14:29:43 +02:00
parent 6a5a77cb01
commit 70d981b6e9

5
wvnc.c
View File

@ -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..");
} }