implement Fast Splash (and tweaks page for future)

This commit is contained in:
zefie
2022-10-15 21:13:05 -04:00
parent e7a5cc6ed6
commit 5bf073d075
7 changed files with 151 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
var minisrv_service_file = true;
var fast_splash = wtvshared.parseBool(request_headers.query.fast_splash);
session_data.set("fast_splash", fast_splash);
headers = `200 OK
Connection: Keep-Alive
wtv-expire-all: wtv-
wtv-expire-all: http
Content-Type: text/html`