headers =`200 OK Connection: Keep-Alive wtv-expire-all: wtv-home:/splash Content-type: text/html` if (ssid_sessions[socket.ssid].get('box-does-psuedo-encryption')) { var cryptstatus = "Psuedo-encrypted"; } else { var cryptstatus = ((socket_sessions[socket.id].secure === true) ? "Encrypted" : "Not Encrypted") } data =` Home for minisrv

Welcome to `+ z_title + `

Encryption Status: `+cryptstatus+`

` data += `

Working stuff

` try { if (fs.lstatSync(service_dir + "/home.zefie.html")) { data += fs.readFileSync(service_dir + "/home.zefie.html", { 'encoding': 'utf8' }); } } catch (e) { // silent } data += "\n";