This commit is contained in:
Walter Hupfeld 2024-02-22 10:36:46 +01:00
parent 0a7db03af1
commit 29496004dc

View File

@ -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");}
?>
?>
<!DOCTYPE html>