Explorar o código

Remove code that is no longer needed.

FusionPBX %!s(int64=4) %!d(string=hai) anos
pai
achega
091694fc33
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      resources/pdo.php

+ 1 - 3
resources/pdo.php

@@ -334,10 +334,8 @@ if ($db_type == "pgsql") {
 	}
 
 //set the setting arrays
-	if (!isset($_SESSION['domain']['menu'])){
-		require "resources/classes/domains.php";
+	if (!isset($_SESSION['domain']['menu'])) {
 		$domain = new domains();
-		$domain->db = $db;
 		$domain->set();
 	}