浏览代码

Update app_menu.php

FusionPBX 5 年之前
父节点
当前提交
d3fb8c5b4e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app_menu.php

+ 2 - 0
app_menu.php

@@ -105,6 +105,7 @@
 	$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=php";
 	$apps[$x]['menu'][$y]['groups'][] = "superadmin";
 	$y++;
+	/*
 	$apps[$x]['menu'][$y]['title']['en-us'] = "Grammar Editor";
 	$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
 	$apps[$x]['menu'][$y]['title']['de-at'] = "Grammatik Editor";
@@ -130,5 +131,6 @@
 	$apps[$x]['menu'][$y]['icon'] = "external-link-alt";
 	$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=grammar";
 	$apps[$x]['menu'][$y]['groups'][] = "superadmin";
+	*/
 
 ?>