소스 검색

Update app_menu.php

FusionPBX 5 년 전
부모
커밋
cb373833c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app_menu.php

+ 1 - 1
app_menu.php

@@ -23,7 +23,7 @@
 	$apps[$x]['menu'][$y]['uuid'] = "06493580-9131-ce57-23cd-d42d69dd8526";
 	$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]['path'] = "/app/command/command.php";
 	$apps[$x]['menu'][$y]['groups'][] = "superadmin";
 
 ?>