Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a33f3b27fb |
@@ -8,7 +8,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
|
|||||||
$_SESSION["message"] = "missing_parameters";
|
$_SESSION["message"] = "missing_parameters";
|
||||||
header("location: ../../index.php?pfad=createArticle");
|
header("location: ../../index.php?pfad=createArticle");
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
$title = $_POST["title"];
|
$title = $_POST["title"];
|
||||||
$content = $_POST["content"];
|
$content = $_POST["content"];
|
||||||
$category = $_POST["category"];
|
$category = $_POST["category"];
|
||||||
|
|||||||
Reference in New Issue
Block a user