refactoring

This commit is contained in:
NOrtmann1
2026-05-26 18:06:44 +02:00
parent c7f279b7e9
commit 8762bc1b07
6 changed files with 17 additions and 30 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
Inhalt: Formular für die Erstellung eines neuen Beitrags
-->
<?php
include_once 'php/model/DatabaseDAO.php';
include_once 'php/model/FileDatabase.php';
include_once 'php/model/ArticleManagerDAO.php';
include_once 'php/model/ArticleManager.php';
if(isset($_POST['post-title']) && isset($_POST['post-content']) && isset($_POST['post-category'])) {