Change the refresh rate for the registrations page

This commit is contained in:
Mark Crane 2014-06-12 04:32:33 +00:00
parent dbfe9025a7
commit c071c266ad
1 changed files with 1 additions and 1 deletions

View File

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