mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Change the refresh rate for the registrations page
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user