Update index.php

This commit is contained in:
FusionPBX 2019-07-04 10:10:33 -06:00 committed by GitHub
parent 14314ed9d0
commit ffe282b927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 ";