소스 검색

Last commit commented out the permission this comments out the menu.

markjcrane 9 년 전
부모
커밋
510147b8cd
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      core/install/app_menu.php

+ 6 - 6
core/install/app_menu.php

@@ -1,10 +1,10 @@
 <?php
 
-$apps[$x]['menu'][0]['title']['en-us'] = "Install";
-$apps[$x]['menu'][0]['uuid'] = "75507e6e-891e-11e5-af63-feff819cdc9f";
-$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
-$apps[$x]['menu'][0]['category'] = "internal";
-$apps[$x]['menu'][0]['path'] = "/core/install/index.php";
-$apps[$x]['menu'][0]['groups'][] = "superadmin";
+//$apps[$x]['menu'][0]['title']['en-us'] = "Install";
+//$apps[$x]['menu'][0]['uuid'] = "75507e6e-891e-11e5-af63-feff819cdc9f";
+//$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
+//$apps[$x]['menu'][0]['category'] = "internal";
+//$apps[$x]['menu'][0]['path'] = "/core/install/index.php";
+//$apps[$x]['menu'][0]['groups'][] = "superadmin";
 
 ?>