mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Finish removing the paths for the main menus.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
$apps[$x]['menu'][0]['uuid'] = "b94e8bd9-9eb5-e427-9c26-ff7a6c21552a";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/dialplan/dialplans.php";
|
||||
$apps[$x]['menu'][0]['path'] = "";
|
||||
$apps[$x]['menu'][0]['order'] = "15";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
@@ -13,12 +13,7 @@
|
||||
$apps[$x]['menu'][0]['uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/app/xml_cdr')) {
|
||||
$apps[$x]['menu'][0]['path'] = "/app/xml_cdr/xml_cdr.php";
|
||||
}
|
||||
else {
|
||||
$apps[$x]['menu'][0]['path'] = PROJECT_PATH;
|
||||
}
|
||||
$apps[$x]['menu'][0]['path'] = "";
|
||||
$apps[$x]['menu'][0]['order'] = "20";
|
||||
$apps[$x]['menu'][0]['groups'][] = "user";
|
||||
$apps[$x]['menu'][0]['groups'][] = "admin";
|
||||
@@ -40,5 +35,4 @@
|
||||
$apps[$x]['menu'][1]['path'] = "/core/apps/apps.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "superadmin";
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user