dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
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();
}