start page

This commit is contained in:
Walter Hupfeld
2024-02-19 10:15:09 +01:00
parent dfb62c2833
commit 85ee0fe91b
3 changed files with 63 additions and 2 deletions

View File

@@ -14,7 +14,12 @@
}
*/
$strDistrict = (isset($_GET['d'])) ? $_GET['d'] : "hamm";
if (isset($_GET['d'])) {
$strDistrict=$_GET['d'];
} else {
header("Location: start.php");
}
require("config.db.php");
require("config.php");