Update createArticle.php

This commit is contained in:
2026-06-02 00:20:31 +02:00
parent 9f5806f019
commit bbaa73dc1a
+4
View File
@@ -1,5 +1,9 @@
<?php
$user = $user ?? null;
if (!isset($_SESSION["user"])) {
header("Location: index.php?pfad=login");
exit();
}
?>
<!--
Seite: Beitrag erstellen