debugging

This commit is contained in:
2026-06-02 00:09:33 +02:00
parent 319957c01e
commit 75c6d099f5
2 changed files with 1 additions and 1 deletions
-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';