dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 078dbd8901 - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@ echo "Aktueller Session-Inhalt (SESSION): "; print_r($_SESSION);
echo "</pre>";
// debugging
require_once '../php/model/Article.php';
//require_once '../php/model/Article.php';
$results = $_SESSION["search_results"] ?? [];
$query = $_SESSION["search_query"] ?? "";