PHP-warnings behoben

This commit is contained in:
Matthias Grief
2024-12-31 17:52:15 +01:00
parent 4ed52ce4d8
commit 52ffc6694d
5 changed files with 17 additions and 2 deletions

View File

@@ -24,8 +24,7 @@
</button>
<?php
require_once("classes/User.php");
session_start();
if (isset($_SESSION['user']) && $_SESSION['user']->isLoggedIn()) {
?>
<div class="flex items-center space-x-4">