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 fdece531af - Show all commits
+1 -1
View File
@@ -16,7 +16,7 @@ if (isset($_GET["id"]) && !empty($_GET["id"])){
$tags = $article->getTags(); $tags = $article->getTags();
}else{ }else{
echo "Test"; echo "Test";
header("location: index.php?pfad=404"); header("location: /index.php?pfad=404");
exit(); exit();
} }
} catch (Exception $e){ } catch (Exception $e){