19 lines
725 B
PHP
19 lines
725 B
PHP
<?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";
|
|
//$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.";
|
|
|
|
//permission details
|
|
//$apps[$x]['permissions'][0]['name'] = "zzz";
|
|
//$apps[$x]['permissions'][0]['groups'][] = "admin";
|
|
//$apps[$x]['permissions'][0]['groups'][] = "superadmin";
|
|
|
|
?>
|