Add a missing file sip_profile_copy.php to the dev branch.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?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'] = 'Writes the provisioning files from templates.';
|
||||
|
||||
//menu details
|
||||
//$apps[$x]['menu'][0]['title']['en'] = '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';
|
||||
|
||||
//permission details
|
||||
//$apps[$x]['permissions'][0]['name'] = 'zzz';
|
||||
//$apps[$x]['permissions'][0]['groups'][] = 'admin';
|
||||
//$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
|
||||
?>
|
||||
Reference in New Issue
Block a user