mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 10:41:56 +01:00
11 lines
129 B
PHP
11 lines
129 B
PHP
<?php
|
|
session_start();
|
|
unset($_SESSION['benutzer']) ;
|
|
unset($_SESSION['password']);
|
|
echo "Benutzer abgemeldet.";
|
|
?>
|
|
|
|
|
|
|
|
|