aktuelle.kurse/oldies/m133/5_Vorlagen-und-Loesungen/skeleton_2_wal/action/logout.php
Müller Harald 3fdacd20c0 muh
2022-07-28 09:14:44 +02:00

6 lines
80 B
PHP

<?php
session_start();
session_destroy();
header("Location: index.php");
?>