Update domains.php

This commit is contained in:
FusionPBX
2025-10-24 23:40:27 -06:00
committed by GitHub
parent 55fe4e2eb5
commit 1221ac6498

View File

@@ -98,7 +98,6 @@
} else {
$this->settings = $setting_array['settings'];
}
}
/**
@@ -516,11 +515,6 @@
}
}
//get the domains settings
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/domains/app_config.php")) {
include "app/domains/resources/settings.php";
}
//get the domains settings
if (!empty($_SESSION["domain_uuid"]) && is_uuid($_SESSION["domain_uuid"])) {