fix wtv-setup incorrect optimizations

This commit is contained in:
zefie
2025-08-12 16:41:53 -04:00
parent dcb8b72c1b
commit 733200c897
10 changed files with 25 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ if (request_headers.query && session_data) {
headers = `200 OK
Content-type: text/html`
} else {
const outdata = doErrorPage();
const outdata = wtvshared.doErrorPage();
headers = outdata[0];
data = outdata[1];
}