refactoring
This commit is contained in:
@@ -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'])) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user