瀏覽代碼

Update app_menu.php

FusionPBX 8 年之前
父節點
當前提交
229903ccf8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/domain_settings/app_menu.php

+ 2 - 2
core/domain_settings/app_menu.php

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