dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit feb64eb769 - Show all commits
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
require_once 'php/model/ArticleManager.php';
require_once 'php/model/Article.php';
require_once $abs_path . '/php/model/ArticleManager.php';
require_once $abs_path . '/php/model/Article.php';
try {
$articleManager = new ArticleManager();