dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 9698512ccf - Show all commits
+7 -3
View File
@@ -32,9 +32,13 @@ require_once $abs_path . "/php/controller/index-controller.php";
<?php
include_once $abs_path . '/includes/navbar.php';
if (isset($_SESSION["message"]) && $_SESSION["message"] == "new_article"): ?>
<p style="color:green">
Dein Beitrag wurde erfolgreich veröffentlicht!
</p>
<div class="flexbox">
<div class="container">
<p style="color:green">
Dein Beitrag wurde erfolgreich veröffentlicht!
</p>
</div>
</div>
<?php endif;
//Dynamischer Inhalt:
if (isset($_GET["pfad"])) {