wtv-flashrom fixes

This commit is contained in:
zefie
2022-10-31 11:02:37 -04:00
parent 9b46b39da1
commit 9512deb252
3 changed files with 20 additions and 15 deletions

View File

@@ -10,6 +10,7 @@ var romtype = session_data.get("wtv-client-rom-type");
if (request_headers.query.numparts) url += "&numparts=" + request_headers.query.numparts;
}
headers = "300 OK\n";
headers += "minisrv-no-mail-count: true\n";
headers += "wtv-visit: " + url + "\n";
headers += "Location: " + url + "\n";
headers += "Content-type: text/html";