Remove code that is no longer needed.

This commit is contained in:
FusionPBX 2021-09-12 19:37:00 -06:00 committed by GitHub
parent dc8c2f1df6
commit d191ea77d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

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