fusionpbx-ldap/app/webphone/app_menu.php

15 lines
545 B
PHP
Raw Permalink Normal View History

2022-09-13 10:01:08 +00:00
<?php
$apps[$x]['menu'][0]['title']['en-us'] = "WebPhone";
$apps[$x]['menu'][0]['uuid'] = "b08f5f87-8a66-4c29-b1e6-eb0c374d58f2";
$apps[$x]['menu'][0]['parent_uuid'] = "";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['icon'] = "fa-phone";
$apps[$x]['menu'][0]['path'] = "/app/webphone/webphone.php";
$apps[$x]['menu'][0]['order'] = "28";
$apps[$x]['menu'][0]['groups'][] = "admin";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "user";
$apps[$x]['menu'][0]['groups'][] = "agent";
?>