This commit is contained in:
nolanwhy 2023-02-05 12:39:38 +01:00
parent 33430e7263
commit 443ef86fd2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $conType = $_POST['err'];
} else { } else {
$conType = $_GET['err']; $conType = $_GET['err'];
} }
if(isset($conType)) { if(!isset($conType)) {
header("Location: /"); header("Location: /");
} }
if($conType == 404) { if($conType == 404) {