Responsive Dashboard hinzugefügt
This commit is contained in:
6
dashboard/logout.php
Normal file
6
dashboard/logout.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start(); //to ensure you are using same session
|
||||
session_destroy(); //destroy the session
|
||||
header("location:index.php"); //to redirect back to "index.php" after logging out
|
||||
exit();
|
||||
?>
|
Reference in New Issue
Block a user