Fertiger Login
This commit is contained in:
parent
79cb610420
commit
f2bdf4dd9d
1 changed files with 6 additions and 0 deletions
6
logout.php
Normal file
6
logout.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
|
||||
echo "Logout erfolgreich";
|
||||
?>
|
Reference in a new issue