testing
This commit is contained in:
@@ -24,6 +24,10 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
|
||||
|
||||
foreach ($articleManager->getAllArticles() as $article) {
|
||||
echo htmlspecialchars($article['title'])."<br>";
|
||||
echo htmlspecialchars($article['content'])."<br>";
|
||||
echo htmlspecialchars($article['author'])."<br>";
|
||||
echo htmlspecialchars($article['category'])."<br>";
|
||||
echo htmlspecialchars($article['tags'])."<br>";
|
||||
}
|
||||
// Weiterleitung zur Homepage
|
||||
//header("location: ../../index.php");
|
||||
|
||||
Reference in New Issue
Block a user