aufraeumen 2

This commit is contained in:
rirat-0
2026-06-03 01:56:57 +02:00
parent fc93f2b3f0
commit 32c2a1a3d8
2 changed files with 7 additions and 18 deletions
-11
View File
@@ -1,17 +1,6 @@
<?php
session_start();
//debugging
echo "<pre style='background:#fff; color:#000; padding:10px; border:2px solid red; position:relative; z-index:9999;'>";
echo "Aktuelle URL-Parameter (GET): "; print_r($_GET);
echo "Aktueller Session-Inhalt (SESSION): "; print_r($_SESSION);
echo "</pre>";
// debugging
//require_once '../php/model/Article.php';
$projectRoot = "/var/www/html/DI-14-C-ImplementedSearch";
$articleClassPath = $projectRoot . '/model/Article.php';
$results = $_SESSION["search_results"] ?? [];
$query = $_SESSION["search_query"] ?? "";
$resultCount = count($results);