mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 17:33:48 +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'];
|
||||
}
|
||||
else {
|
||||
$refresh = 0;
|
||||
$refresh = 20;
|
||||
}
|
||||
|
||||
echo "<script>\n";
|
||||
|
||||
Reference in New Issue
Block a user