Change the refresh rate for the registrations page

This commit is contained in:
Mark Crane
2014-06-12 04:32:33 +00:00
parent cbca5f015b
commit 66745fde08

View File

@@ -135,7 +135,7 @@ require_once "resources/check_auth.php";
$refresh = $_SESSION['registrations']['refresh']['numeric']; $refresh = $_SESSION['registrations']['refresh']['numeric'];
} }
else { else {
$refresh = 0; $refresh = 20;
} }
echo "<script>\n"; echo "<script>\n";