dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 2d5919d572 - Show all commits
+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);