mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Fix Active Calls & Registrations page window titles.
This commit is contained in:
@@ -43,7 +43,10 @@ else {
|
||||
$conference_name = trim($_REQUEST["c"]);
|
||||
$tmp_conference_name = str_replace("_", " ", $conference_name);
|
||||
|
||||
|
||||
require_once "resources/header.php";
|
||||
$page["title"] = $text['title'];
|
||||
|
||||
?><script type="text/javascript">
|
||||
function loadXmlHttp(url, id) {
|
||||
var f = this;
|
||||
|
||||
Reference in New Issue
Block a user