Beitrag erstellen #13

Merged
niklas.ortmann merged 164 commits from Beitrag-erstellen into dev 2026-05-29 13:22:11 +02:00
Showing only changes of commit 0a7e6df734 - Show all commits
-5
View File
@@ -2,9 +2,4 @@
require_once 'php/model/FileDatabase.php';
require_once 'php/model/Article.php';
try {
$db = new FileDatabase();
} catch (PDOException $e) {
echo $e->getMessage();
}