mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update domains.php
This commit is contained in:
@@ -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"])) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user