소스 검색

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]['path'] = "/app/edit/index.php?dir=php";
 	$apps[$x]['menu'][$y]['groups'][] = "superadmin";
 	$apps[$x]['menu'][$y]['groups'][] = "superadmin";
 	$y++;
 	$y++;
+	/*
 	$apps[$x]['menu'][$y]['title']['en-us'] = "Grammar Editor";
 	$apps[$x]['menu'][$y]['title']['en-us'] = "Grammar Editor";
 	$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
 	$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
 	$apps[$x]['menu'][$y]['title']['de-at'] = "Grammatik Editor";
 	$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]['icon'] = "external-link-alt";
 	$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=grammar";
 	$apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=grammar";
 	$apps[$x]['menu'][$y]['groups'][] = "superadmin";
 	$apps[$x]['menu'][$y]['groups'][] = "superadmin";
+	*/
 
 
 ?>
 ?>