mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-23 18:21:56 +01:00
6 lines
80 B
PHP
6 lines
80 B
PHP
<?php
|
|
session_start();
|
|
session_destroy();
|
|
|
|
header("Location: index.php");
|
|
?>
|