Update createArticle.php

This commit is contained in:
2026-06-01 23:58:35 +02:00
parent 930bf99fa1
commit 2b095f16bf
+1 -4
View File
@@ -1,10 +1,7 @@
<?php
$user = $user ?? null;
if (!isset($_SESSION["user"])) {
header("Location: ../../index.php?pfad=login");
exit();
}
?>
<!--
Seite: Beitrag erstellen