alte aenderung reverted
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
session_start();
|
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 "<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);
|
||||||
|
|||||||
Reference in New Issue
Block a user