blob: c292bc8155c6553143d8980c9ff5f44cf388818a (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
define("LOGIN_SITE", true);
require_once __DIR__ . '/session.php';
session_destroy();
header($_SERVER["SERVER_PROTOCOL"] . " 302 Redirect");
header("Location: https://www.gospeladlershof.de/");
|