2012-06-04 16:58:40 +02:00
|
|
|
<?php
|
|
|
|
|
//application details
|
|
|
|
|
//$apps[$x]['name'] = "Provision";
|
|
|
|
|
//$apps[$x]['uuid'] = 'abf28ead-92ef-3de6-ebbb-023fbc2b6dd3';
|
|
|
|
|
//$apps[$x]['category'] = 'Switch';;
|
|
|
|
|
//$apps[$x]['subcategory'] = '';
|
|
|
|
|
//$apps[$x]['version'] = '';
|
|
|
|
|
//$apps[$x]['license'] = 'Mozilla Public License 1.1';
|
|
|
|
|
//$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
2012-10-11 02:07:03 +02:00
|
|
|
//$apps[$x]['description']['en-us'] = 'Writes the provisioning files from templates.';
|
2012-06-04 16:58:40 +02:00
|
|
|
|
|
|
|
|
//menu details
|
2012-10-11 02:07:03 +02:00
|
|
|
//$apps[$x]['menu'][0]['title']['en-us'] = 'Provision';
|
2012-06-04 16:58:40 +02:00
|
|
|
//$apps[$x]['menu'][0]['uuid'] = '';
|
|
|
|
|
//$apps[$x]['menu'][0]['parent_uuid'] = '';
|
|
|
|
|
//$apps[$x]['menu'][0]['category'] = 'internal';
|
|
|
|
|
//$apps[$x]['menu'][0]['path'] = '';
|
|
|
|
|
//$apps[$x]['menu'][0]['groups'][] = 'admin';
|
|
|
|
|
//$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
|
|
|
|
|
|
|
|
|
//permission details
|
|
|
|
|
//$apps[$x]['permissions'][0]['name'] = 'zzz';
|
|
|
|
|
//$apps[$x]['permissions'][0]['groups'][] = 'admin';
|
|
|
|
|
//$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
|
|
|
|
|
?>
|