Eingabevalidierung #16

Merged
niklas.ortmann merged 36 commits from Beitrag-Eingabevalidierung into Beitrag-bearbeiten 2026-06-01 14:05:29 +02:00
Showing only changes of commit e105ab61b7 - Show all commits
+2 -3
View File
@@ -15,13 +15,12 @@ if (isset($_GET["id"]) && !empty($_GET["id"])){
$author = $article->getAuthor();
$tags = $article->getTags();
}else{
echo "Test";
header("location: index.php?pfad=404");
//header("location: index.php?pfad=404");
include_once "content/404.php";
exit();
}
} catch (Exception $e){
$_SESSION["message"] = "internal_error";
header("location: index.php?pfad=showArticle");
exit();
}
}else{