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 );