aktuelle.kurse/oldies/m133/5_Vorlagen-und-Loesungen/skeleton_1_tofix/logout.php

6 lines
80 B
PHP
Raw Normal View History

2022-03-17 11:19:26 +01:00
<?php
session_start();
session_destroy();
header("Location: index.php");
?>