mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update calls_active_inc.php
This commit is contained in:
@@ -61,10 +61,6 @@
|
||||
$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
|
||||
$rows = array();
|
||||
if (isset($results["rows"])) {
|
||||
|
||||
Reference in New Issue
Block a user