瀏覽代碼

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