mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Add global $database inside the function
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
|
||||
//system information
|
||||
function system_information(): array {
|
||||
global $db_type;
|
||||
global $database, $db_type;
|
||||
$system_information = [];
|
||||
$esl = event_socket::create();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user