feat: added design for navbar and Background; edited DC-Handler; added roles for right calling; added check for highest role; added DC-Login page + Button
This commit is contained in:
6
logout.php
Normal file
6
logout.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
header('Location: loginform.php');
|
||||
exit;
|
||||
?>
|
||||
Reference in New Issue
Block a user