unset der Eingaben verschoben
This commit is contained in:
@@ -87,6 +87,10 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
|
||||
exit();
|
||||
}
|
||||
$_SESSION["message"] = "article_updated";
|
||||
unset($_SESSION['old_title']);
|
||||
unset($_SESSION['old_content']);
|
||||
unset($_SESSION['old_category']);
|
||||
unset($_SESSION['old_tags']);
|
||||
// Weiterleitung zur Homepage
|
||||
header("location: ../../index.php?pfad=showArticle&id=$id");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user