Update app_menu.php

This commit is contained in:
FusionPBX 2019-04-25 10:37:40 -06:00 committed by GitHub
parent bcaa847aac
commit 8ed019f522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/exec/exec.php";
//$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>