diff --git a/app/registrations/status_registrations.php b/app/registrations/status_registrations.php index f99d50dcd3..60f97767b6 100644 --- a/app/registrations/status_registrations.php +++ b/app/registrations/status_registrations.php @@ -131,7 +131,12 @@ require_once "resources/check_auth.php"; echo "\n"; echo "\n"; - $refresh = check_str($_GET["refresh"]); + if (isset($_SESSION['registrations']['refresh']['numeric'])) { + $refresh = $_SESSION['registrations']['refresh']['numeric']; + } + else { + $_SESSION['registrations']['refresh']['numeric'] = 15; + } echo "\n"; echo " \n";