debugging

This commit is contained in:
2026-06-01 23:44:36 +02:00
parent e88f741fa7
commit b206e809ac
2 changed files with 6 additions and 6 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
<?php
//$user = $user ?? null;
$user = $user ?? null;
if (!isset($_SESSION["user"])) {
header("Location: ../../index.php?pfad=login");
exit();
}
?>
<!--
Seite: Beitrag erstellen