7 lines
74 B
PHP
7 lines
74 B
PHP
|
<?php
|
||
|
session_start();
|
||
|
session_destroy();
|
||
|
|
||
|
echo "Logout erfolgreich";
|
||
|
?>
|