fix/optimize wtv-tricks, wtvchat
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var minisrv_service_file = true;
|
||||
const minisrv_service_file = true;
|
||||
|
||||
headers = `200 OK
|
||||
wtv-noback-all: wtv-
|
||||
@@ -9,7 +9,7 @@ wtv-service: reset
|
||||
|
||||
|
||||
// HackTV Homepage is default
|
||||
var url="file://Disk/Browser/Games/Games.html";
|
||||
let url="file://Disk/Browser/Games/Games.html";
|
||||
|
||||
if (request_headers.query.url) {
|
||||
url = request_headers.query.url;
|
||||
|
||||
Reference in New Issue
Block a user