Update updateArticle.php

This commit is contained in:
2026-06-02 00:21:17 +02:00
parent bbaa73dc1a
commit 5c7a47e002
+5
View File
@@ -1,4 +1,9 @@
<?php
$user = $user ?? null;
if (!isset($_SESSION["user"])) {
header("Location: index.php?pfad=login");
exit();
}
include_once 'php/controller/showArticle-controller.php';
?>
<!--