Registrations: List view updates, bulk unregister, provision, reboot.

This commit is contained in:
Nate
2019-11-29 15:27:51 -07:00
parent e607d1b911
commit df58dc0af5
4 changed files with 540 additions and 294 deletions
+3 -3
View File
@@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2018
Portions created by the Initial Developer are Copyright (C) 2008-2019
the Initial Developer. All Rights Reserved.
Contributor(s):
@@ -86,7 +86,7 @@
}
var requestTime = function() {
var url = 'registrations.php?template=false&profile=&show=<?php echo escape($show); ?>';
var url = 'registrations.php?reload&show=<?php echo escape($show); ?>';
new loadXmlHttp(url, 'ajax_response');
<?php
if (strlen($_SESSION["ajax_refresh_rate"]) == 0) { $_SESSION["ajax_refresh_rate"] = "1800"; }
@@ -124,4 +124,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>