WIP Suche implementiert, sowie Sortieren der Ergebnisse #19

Merged
niklas.ortmann merged 54 commits from ImplementedSearch into dev 2026-06-03 16:07:42 +02:00
Showing only changes of commit b6a3dad2ab - Show all commits
+8
View File
@@ -1,5 +1,13 @@
<?php
//test
if (!isset($abs_path)) {
require_once "path.php";
}
require_once $abs_path . "/model/Article.php";
//test
session_start();
ob_start();