- numerous bug fixes - add UTV tellyscripts - BREAKING CHANGE: doErrorPage moved to wtvshared.doErrorPage - but I fixed flashrom error handling.. - added a passthrough for old scripts - added eMac's lzpf compression - Bump vm2 from 3.9.3 to 3.9.5 in /zefie_wtvp_minisrv
17 lines
363 B
JavaScript
17 lines
363 B
JavaScript
var minisrv_service_file = true;
|
|
|
|
var gourl = "wtv-1800:/finish-prereg?";
|
|
if (request_headers.query.relogin) gourl += "relogin=true";
|
|
|
|
|
|
if (request_headers["wtv-ticket"]) {
|
|
gourl = "wtv-head-waiter:/login-stage-two?";
|
|
}
|
|
|
|
headers = `200 OK
|
|
Connection: Keep-Alive
|
|
wtv-expire-all: wtv-
|
|
wtv-open-isp-disabled: false
|
|
wtv-visit: `+ gourl + `
|
|
Content-type: text/html`;
|