if (request_headers.query.noreg) { headers = `302 Moved Connection: Close wtv-noback-all: wtv-register: wtv-expire-all: wtv- wtv-open-isp-disabled: false wtv-visit: wtv-head-waiter:/login-stage-two?guest_mode=true Location: wtv-head-waiter:/login-stage-two?guest_mode=true Content-type: text/html`; } else if (!request_headers.query.registering) { var errpage = doErrorPage(400); headers = errpage[0]; data = errpage[1]; } else { headers = `200 OK wtv-noback-all: wtv- Content-Type: text/html`; data = ` Using ${minisrv_config.config.service_name}
Welcome
Before we can begin collecting information for your account on the ${minisrv_config.config.service_name} Mini Service, you must first agree to the Terms of Service.

The next screen will allow you to review, accept, or decline the Terms of Service for the ${minisrv_config.config.service_name} Mini Service.

`; }