Delete app_menu.php

This commit is contained in:
FusionPBX 2021-11-10 08:31:57 -07:00 committed by GitHub
parent 7f17aa8e13
commit 0c7e2f3f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
<?php
//$apps[$x]['menu'][0]['title']['en-us'] = 'Dashboard';
//$apps[$x]['menu'][0]['title']['es-cl'] = '';
//$apps[$x]['menu'][0]['title']['fr-fr'] = '';
//$apps[$x]['menu'][0]['title']['fr-ca'] = '';
//$apps[$x]['menu'][0]['title']['pl'] = '';
//$apps[$x]['menu'][0]['title']['sv-se'] = '';
//$apps[$x]['menu'][0]['title']['uk'] = '';
//$apps[$x]['menu'][0]['title']['de-at'] = '';
//$apps[$x]['menu'][0]['uuid'] = '80e1d487-3091-40a1-aefd-ef8e39e79173';
//$apps[$x]['menu'][0]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
//$apps[$x]['menu'][0]['category'] = 'internal';
//$apps[$x]['menu'][0]['path'] = '/app/dashboard/';
//$apps[$x]['menu'][0]['groups'][] = 'superadmin';
?>