Eingabevalidierung #16
@@ -16,7 +16,7 @@ if (isset($_GET["id"]) && !empty($_GET["id"])){
|
||||
$tags = $article->getTags();
|
||||
}else{
|
||||
echo "Test";
|
||||
header("location: /index.php?pfad=404");
|
||||
header("Location: index.php?pfad=404");
|
||||
exit();
|
||||
}
|
||||
} catch (Exception $e){
|
||||
|
||||
Reference in New Issue
Block a user