2012-06-04 16:58:40 +02:00
|
|
|
<?php
|
|
|
|
|
//application details
|
|
|
|
|
//$apps[$x]['name'] = "Provision";
|
2013-10-01 13:35:07 +02:00
|
|
|
//$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";
|
|
|
|
|
//$apps[$x]['description']['en-us'] = "Writes the provisioning files from templates.";
|
|
|
|
|
//$apps[$x]['description']['fr-fr'] = "Ecrit les fichiers de provisioning à partir des modèles.";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
|
|
|
|
//menu details
|
2013-10-01 13:35:07 +02:00
|
|
|
//$apps[$x]['menu'][0]['title']['en-us'] = "Provision";
|
|
|
|
|
//$apps[$x]['menu'][0]['title']['fr-fr'] = "Provision";
|
|
|
|
|
//$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";
|
2012-06-04 16:58:40 +02:00
|
|
|
|
|
|
|
|
//permission details
|
2013-10-01 13:35:07 +02:00
|
|
|
//$apps[$x]['permissions'][0]['name'] = "zzz";
|
|
|
|
|
//$apps[$x]['permissions'][0]['groups'][] = "admin";
|
|
|
|
|
//$apps[$x]['permissions'][0]['groups'][] = "superadmin";
|
2013-09-30 15:19:40 +02:00
|
|
|
?>
|