Dateien nach "public" hochladen
This commit is contained in:
7
public/logout.php
Normal file
7
public/logout.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_unset();
|
||||
session_destroy();
|
||||
header("Location: login.php"); // Leiten Sie den Benutzer zur Login-Seite weiter
|
||||
exit;
|
||||
?>
|
Reference in New Issue
Block a user