mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-19 17:45:05 +00:00
Update app_menu.php
This commit is contained in:
@@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user