Update calls_active_inc.php

This commit is contained in:
FusionPBX
2017-06-07 12:12:55 -06:00
committed by GitHub
parent 2f4e605cc4
commit af3f3ca69b

View File

@@ -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"])) {