alte aenderung reverted
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
if (isset($_GET["q"])) {
|
||||
include_once __DIR__ . "/../php/controller/search-results-controller.php";
|
||||
}
|
||||
// debugging
|
||||
//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);
|
||||
|
||||
Reference in New Issue
Block a user