fixed typo

main
fuzzykitten 2025-02-15 13:49:35 -05:00
parent e7474dda98
commit 443398c71b
1 changed files with 2 additions and 1 deletions

View File

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