Update app_menu.php

This commit is contained in:
FusionPBX
2019-04-18 08:59:28 -06:00
committed by GitHub
parent 8503860475
commit b35a71f92c

View File

@@ -1,7 +1,7 @@
<?php
$y=0;
$apps[$x]['menu'][$y]['title']['en-us'] = "Emails";
$apps[$x]['menu'][$y]['title']['en-us'] = "Email Logs";
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
$apps[$x]['menu'][$y]['title']['de-at'] = "Emails";
$apps[$x]['menu'][$y]['title']['de-ch'] = "";
@@ -23,8 +23,8 @@
$apps[$x]['menu'][$y]['uuid'] = "1c2b9569-975f-4b82-9378-f3c5b63991e2";
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
$apps[$x]['menu'][$y]['category'] = "internal";
$apps[$x]['menu'][$y]['path'] = "/app/emails/emails.php";
$apps[$x]['menu'][$y]['path'] = "/app/email_logs/email_logs.php";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>
?>