alte aenderung reverted

This commit is contained in:
rirat-0
2026-06-02 13:41:51 +02:00
parent f56a074a3c
commit 2d5919d572
+2 -5
View File
@@ -1,10 +1,7 @@
<?php <?php
session_start(); session_start();
if (isset($_GET["q"])) { //debugging
include_once __DIR__ . "/../php/controller/search-results-controller.php";
}
// debugging
echo "<pre style='background:#fff; color:#000; padding:10px; border:2px solid red; position:relative; z-index:9999;'>"; 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 "Aktuelle URL-Parameter (GET): "; print_r($_GET);
echo "Aktueller Session-Inhalt (SESSION): "; print_r($_SESSION); echo "Aktueller Session-Inhalt (SESSION): "; print_r($_SESSION);