Remove redundant database instances (#7535)

This commit is contained in:
FusionPBX
2025-10-01 08:56:06 -06:00
committed by GitHub
parent 6fcd0e83c1
commit d1baf05891
204 changed files with 43 additions and 754 deletions

View File

@@ -41,11 +41,6 @@
$domain_uuid = $_SESSION['user']['domain_uuid'];
}
//connect to the database
if (!isset($database)) {
$database = new database;
}
//find the path
switch ($_SERVER['REQUEST_URI']) {
case PROJECT_PATH."/core/dashboard/index.php":