Add global $database inside the function

This commit is contained in:
FusionPBX
2025-10-01 12:13:22 -06:00
committed by GitHub
parent 3bf031b6f5
commit d49b393d11

View File

@@ -84,7 +84,7 @@
//system information
function system_information(): array {
global $db_type;
global $database, $db_type;
$system_information = [];
$esl = event_socket::create();