From 29496004dca2098cc9335530d380529ce422a9b5 Mon Sep 17 00:00:00 2001 From: Walter Hupfeld Date: Thu, 22 Feb 2024 10:36:46 +0100 Subject: [PATCH] fix --- liste.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liste.php b/liste.php index a3abe10..163b09e 100644 --- a/liste.php +++ b/liste.php @@ -12,7 +12,7 @@ if (!isset($_SESSION['district'])) { header("Location: start.php");} $strDistrict=$_SESSION['district']; require("config.php"); - if ($strDistict=="unkown") { header("Location: start.php");} + if ($strDistrict=="unkown") { header("Location: start.php");} ?> ?>