Update pdo.php

This commit is contained in:
FusionPBX 2023-05-12 18:34:54 -06:00 committed by GitHub
parent d10e8bfdd4
commit 5c34c991cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ if ($db_type == "odbc") {
} //end if db_type pgsql
//get the domain list
if (!is_array($_SESSION['domains']) or !isset($_SESSION["domain_uuid"])) {
if (empty($_SESSION['domains']) or empty($_SESSION["domain_uuid"])) {
//get the domain
$domain_array = explode(":", $_SERVER["HTTP_HOST"] ?? '');