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 <?php
include_once $abs_path . '/includes/navbar.php'; include_once $abs_path . '/includes/navbar.php';
if (isset($_SESSION["message"]) && $_SESSION["message"] == "new_article"): ?> if (isset($_SESSION["message"]) && $_SESSION["message"] == "new_article"): ?>
<p style="color:green"> <div class="flexbox">
Dein Beitrag wurde erfolgreich veröffentlicht! <div class="container">
</p> <p style="color:green">
Dein Beitrag wurde erfolgreich veröffentlicht!
</p>
</div>
</div>
<?php endif; <?php endif;
//Dynamischer Inhalt: //Dynamischer Inhalt:
if (isset($_GET["pfad"])) { if (isset($_GET["pfad"])) {