fixed typo
parent
e7474dda98
commit
443398c71b
|
@ -509,7 +509,8 @@ function check_portal($db, $settings, $ip)
|
||||||
// we have 62 to choose, so 0 to 61
|
// we have 62 to choose, so 0 to 61
|
||||||
$random_string .= $characters[$index];
|
$random_string .= $characters[$index];
|
||||||
}
|
}
|
||||||
$request = $_SERVER['REQUEST_URI'] . '/' . $random_string;
|
$request = '/' . $random_string;
|
||||||
|
// $request = $_SERVER['REQUEST_URI'] . '/' . $random_string;
|
||||||
// $request = $_SERVER['REQUEST_URI'];
|
// $request = $_SERVER['REQUEST_URI'];
|
||||||
// header( 'HTTP/1.1 202 Accepted' );
|
// header( 'HTTP/1.1 202 Accepted' );
|
||||||
// header( 'Cache-Control: no-store', FALSE );
|
// header( 'Cache-Control: no-store', FALSE );
|
||||||
|
|
Loading…
Reference in New Issue