Update System.php, missing values

This commit is contained in:
Fernando Ontiveros
2025-04-01 17:44:01 +00:00
parent 27a9cec7ba
commit 063bd419f1

View File

@@ -94,8 +94,9 @@ class System extends Api
public function doGetEnabledFeatures()
{
try {
$enabledFeatures = [];
$enabledFeatures[] = $key;
$enabledFeatures = ['zLhSk5TeEQrNFI2RXFEVktyUGpnczV1WEJNWVp6cjYxbTU3R29mVXVZNWhZQT0=',
'oq3S29xemxEZXJpZEIzN01qenJUaStSekY4cTdJVm5vbWtVM0d4S2lJSS9qUT0=',
'jXsSi94bkRUcVZyRStNVExlTXhEclVadGRRcG9xbjNvTWVFQUF3cklKQVBiVT0='];
return $enabledFeatures;
} catch (Exception $e) {