User-Feedback
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user