From 443398c71b0f2bb18a546f7408eb44d34c8c847c Mon Sep 17 00:00:00 2001 From: fuzzykitten Date: Sat, 15 Feb 2025 13:49:35 -0500 Subject: [PATCH] fixed typo --- srv/mob/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srv/mob/index.php b/srv/mob/index.php index 40fa27d..95c85a1 100644 --- a/srv/mob/index.php +++ b/srv/mob/index.php @@ -509,7 +509,8 @@ function check_portal($db, $settings, $ip) // we have 62 to choose, so 0 to 61 $random_string .= $characters[$index]; } - $request = $_SERVER['REQUEST_URI'] . '/' . $random_string; + $request = '/' . $random_string; +// $request = $_SERVER['REQUEST_URI'] . '/' . $random_string; // $request = $_SERVER['REQUEST_URI']; // header( 'HTTP/1.1 202 Accepted' ); // header( 'Cache-Control: no-store', FALSE );