this is old and no longer needed

This commit is contained in:
zefie
2024-05-27 06:37:35 -04:00
parent cd5dfcb58d
commit 1727cd8663
2 changed files with 0 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ if (wtvsec_login) {
headers = `200 OK
Connection: Keep-Alive
minisrv-use-carriage-return: false
minisrv-no-mail-count: true
wtv-initial-key: ` + wtvsec_login.challenge_key.toString(CryptoJS.enc.Base64) + `
Content-Type: text/tellyscript

View File

@@ -161,7 +161,6 @@ if (session_data.data_store.wtvsec_login) {
headers = "200 OK\n"
headers += "minisrv-no-mail-count: true\n";
if (bf0app_update) headers += "minisrv-use-carriage-return: false\n";
headers += "Connection: Keep-Alive\n";
headers += "wtv-initial-key: " + session_data.data_store.wtvsec_login.challenge_key.toString(CryptoJS.enc.Base64) + "\n";
headers += "Content-Type: " + prereg_contype + "\n";