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 a1a9fa9d3e - Show all commits
+2 -2
View File
@@ -3,9 +3,9 @@
if (!isset($abs_path)) { if (!isset($abs_path)) {
require_once "path.php"; require_once "path.php";
} }
*/
require_once '/php/model/LocalArticleManager.php'; require_once '/php/model/LocalArticleManager.php';
/*
try { try {
$articleManager = ArticleManager::getInstance(); $articleManager = ArticleManager::getInstance();
}catch (Exception $e){ }catch (Exception $e){