This commit is contained in:
fyr77 2021-03-05 08:12:20 +01:00
parent 43e93e6f9b
commit ca0c3606e5
2 changed files with 3 additions and 3 deletions

View file

@ -211,7 +211,7 @@ function saveDynamicDataToFile() {
} else {
encValue = "TLS";
}
var exclWifi = getCookie(i + "")
var exclWifi = getCookie(i + "exclWifi")
fileString += "<dict>\n";
fileString += "<key>DNSSettings</key>\n";

View file

@ -35,10 +35,10 @@ function addToList() {
document.cookie = runningNo + "useCell=" + document.getElementById("useCell").checked + ";" + expires + ";path=/; SameSite=Strict; Secure";
document.cookie = runningNo + "lockProfile=" + document.getElementById("lockProfile").checked + ";" + expires + ";path=/; SameSite=Strict; Secure";
runningNo++;
runningNo = runningNo + 1;
document.cookie = "runningNo=" + runningNo + ";" + expires + ";path=/; SameSite=Strict; Secure";
window.location.href = "/finalize.html"
window.location.href = "/finalize.html";
}
function switchToHTTPS() {