mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update calls_active_inc.php
This commit is contained in:
@@ -61,10 +61,6 @@
|
|||||||
$results = json_decode($json, "true");
|
$results = json_decode($json, "true");
|
||||||
}
|
}
|
||||||
|
|
||||||
//set the domain_name
|
|
||||||
$domain_name = $_SESSION['domain_name'];
|
|
||||||
$domain_name = 'demo@www.fusionpbx.com';
|
|
||||||
|
|
||||||
//build a new array with domain_name
|
//build a new array with domain_name
|
||||||
$rows = array();
|
$rows = array();
|
||||||
if (isset($results["rows"])) {
|
if (isset($results["rows"])) {
|
||||||
|
|||||||
Reference in New Issue
Block a user