This commit is contained in:
Walter Hupfeld
2024-02-21 11:35:21 +01:00
parent b8671a54a8
commit 1fec7c7710
4 changed files with 8 additions and 17 deletions

View File

@@ -1,6 +1,5 @@
<?php
session_start();
session_start();
if (isset($_SESSION['district']))
{
$strDistrict=$_SESSION['district'];
@@ -8,7 +7,6 @@
else {
header("Location: start.php");
}
echo $strDistrict;
require("config.php");
?>
<!DOCTYPE html>