mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2026-02-06 15:15:15 +01:00
8 lines
96 B
PHP
Executable File
8 lines
96 B
PHP
Executable File
<?php
|
|
|
|
session_start();
|
|
|
|
unset($_SESSION['benutzername']);
|
|
|
|
header('Location: login.php');
|
|
exit; |