mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update app_menu.php
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
$y=0;
|
$y=0;
|
||||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Calls";
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Active Calls";
|
||||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Active Calls";
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Active Calls";
|
||||||
@@ -34,5 +35,6 @@
|
|||||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||||
$y++;
|
$y++;
|
||||||
|
*/
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user