Files
webprogrammierung/content/logout.php
T
2026-05-31 21:53:30 +02:00

7 lines
92 B
PHP

<?php
$_SESSION = [];
session_destroy();
header("Location: index.php?pfad=login");
exit();