<?PHP
include "../inc/config.inc.php";
include "../inc/systemeinstellungen.php";
include "../system/funktionen.php";
include "../system/logged.php";
$ziel = SEITENURL;
session_unset();
session_destroy();
$_SESSION = array();
header('Location: '.$ziel.'/index.php');
?>