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");} ?> ?>