User-Feedback

This commit is contained in:
NOrtmann1
2026-05-28 17:11:59 +02:00
parent 1becb82b1b
commit 1513cbda7f
3 changed files with 27 additions and 7 deletions
+6
View File
@@ -1,5 +1,6 @@
<?php
session_start();
if (!isset($abs_path)) {
require_once "path.php";
}
@@ -28,6 +29,11 @@ require_once $abs_path . "/php/controller/index-controller.php";
<body>
<?php if (isset($_SESSION["message"]) && $_SESSION["message"] == "new_article"): ?>
<p style="color:green">
Dein Beitrag wurde erfolgreich veröffentlicht!
</p>
<?php endif; ?>
<?php
include_once $abs_path . '/includes/navbar.php';