dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 5522f4fc04 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@ class LocalArticleManager implements ArticleManagerDAO {
*/ */
public function __construct() public function __construct()
{ {
$this->file = __DIR__ . '../../data/articles.json';; $this->file = 'data/articles.json';
} }
/** /**