Enable the new Operator Panel by default. Leave the original operator panel just not assigned to a group by default.

This commit is contained in:
FusionPBX
2026-05-28 00:25:28 -06:00
committed by GitHub
parent c294015b62
commit ec0751ce84
2 changed files with 35 additions and 35 deletions
+2 -2
View File
@@ -31,8 +31,8 @@
$apps[$x]['menu'][$y]['icon'] = "";
$apps[$x]['menu'][$y]['path'] = "/app/basic_operator_panel/index.php";
$apps[$x]['menu'][$y]['order'] = "";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "admin";
// $apps[$x]['menu'][$y]['groups'][] = "superadmin";
// $apps[$x]['menu'][$y]['groups'][] = "admin";
$y++;
?>