impressum
This commit is contained in:
parent
da4ef6a3b1
commit
a8a3bbee4f
@ -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'];
|
||||
|
@ -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'];
|
||||
|
Loading…
Reference in New Issue
Block a user