dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 75c6d099f5 - Show all commits
-1
View File
@@ -1,6 +1,5 @@
<?php
//$user = $user ?? null;
SESSION_START();
echo $_SESSION["user_email"];
?>
<!--
@@ -1,4 +1,5 @@
<?php
SESSION_START();
require_once '../model/LocalArticleManager.php';
require_once '../model/ArticleManager.php';
require_once '../validator/article-validator.php';