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:
Ioannis
2025-07-06 19:13:18 +02:00
commit e3080940b5
8 changed files with 352 additions and 0 deletions

6
logout.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
session_start();
session_destroy();
header('Location: loginform.php');
exit;
?>