From 443ef86fd2f92a6c049f2cb58848946738cb088a Mon Sep 17 00:00:00 2001 From: nolanwhy Date: Sun, 5 Feb 2023 12:39:38 +0100 Subject: [PATCH] fix --- error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.php b/error.php index 8ebc418..61afa0c 100644 --- a/error.php +++ b/error.php @@ -14,7 +14,7 @@ $conType = $_POST['err']; } else { $conType = $_GET['err']; } -if(isset($conType)) { +if(!isset($conType)) { header("Location: /"); } if($conType == 404) {