Change the refresh rate for the registrations page
This commit is contained in:
parent
cbca5f015b
commit
66745fde08
|
|
@ -135,7 +135,7 @@ require_once "resources/check_auth.php";
|
|||
$refresh = $_SESSION['registrations']['refresh']['numeric'];
|
||||
}
|
||||
else {
|
||||
$refresh = 0;
|
||||
$refresh = 20;
|
||||
}
|
||||
|
||||
echo "<script>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue