impressum

This commit is contained in:
Walter Hupfeld 2024-03-16 09:59:12 +01:00
parent da4ef6a3b1
commit a8a3bbee4f
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,6 @@
<?php
// Umleitung für ADFC NRW
header("Location: https://nrw.adfc.de/datenschutz");
session_start();
if (!isset($_SESSION['district'])) { header("Location: start.php");}
$strDistrict=$_SESSION['district'];

View File

@ -1,4 +1,5 @@
<?php
header("Location: https://nrw.adfc.de/impressum");
session_start();
if (!isset($_SESSION['district'])) { header("Location: start.php");}
$strDistrict=$_SESSION['district'];