Files
webprogrammierung/content/logout.php
T
2026-05-26 00:20:34 +02:00

6 lines
92 B
PHP

<?php
session_start();
session_destroy();
header("Location: index.php?pfad=login");
exit();