path-refactoring + getter & setter

This commit is contained in:
NOrtmann1
2026-05-27 17:18:32 +02:00
parent 68d9224ea3
commit 8466a857c3
4 changed files with 38 additions and 8 deletions
+3 -3
View File
@@ -3,8 +3,8 @@
if (!isset($abs_path)) {
require_once "../../path.php";
}
/*
require_once '/php/model/LocalArticleManager.php';
require_once $abs_path . '/php/model/LocalArticleManager.php';
try {
$articleManager = ArticleManager::getInstance();
@@ -30,5 +30,5 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
header("location: index.php");
exit();
}
*/
?>