Update index.php

This commit is contained in:
FusionPBX
2019-07-04 10:10:33 -06:00
committed by GitHub
parent ad818ca9fc
commit f649f92fdc

View File

@@ -137,7 +137,7 @@
}
//get the domain_name and domain_uuid
if ((!isset($_SESSION['provision']['http_domain_filter'])) or $_SESSION['provision']['http_domain_filter']['boolean'] == "false") {
if ($_SESSION['provision']['http_domain_filter']['boolean'] == "false") {
//get the domain_uuid
$sql = "SELECT domain_uuid FROM v_devices ";
$sql .= "WHERE device_mac_address = :mac ";