瀏覽代碼

Update pdo.php

FusionPBX 6 年之前
父節點
當前提交
b6af38f935
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/pdo.php

+ 1 - 1
resources/pdo.php

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