12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?php
- //application details
- $apps[$x]['name'] = "Sign Up";
- $apps[$x]['uuid'] = 'd308e9c6-d907-5ba7-b3be-6d3e09cf01aa';
- $apps[$x]['category'] = 'System';
- $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'] = 'Allows customers on the internet to signup for a user account.';
- $apps[$x]['description']['es-mx'] = '';
- $apps[$x]['description']['de'] = '';
- $apps[$x]['description']['de-ch'] = '';
- $apps[$x]['description']['de-at'] = '';
- $apps[$x]['description']['fr'] = '';
- $apps[$x]['description']['fr-ca'] = '';
- $apps[$x]['description']['fr-ch'] = '';
- $apps[$x]['description']['pt-pt'] = 'Permite aos clientes na internet para para criar uma conta de utilizador.';
- $apps[$x]['description']['pt-br'] = '';
- //menu details
- $apps[$x]['menu'][0]['title']['en-us'] = 'Sign Up';
- $apps[$x]['menu'][0]['title']['es-mx'] = '';
- $apps[$x]['menu'][0]['title']['de'] = '';
- $apps[$x]['menu'][0]['title']['de-ch'] = '';
- $apps[$x]['menu'][0]['title']['de-at'] = '';
- $apps[$x]['menu'][0]['title']['fr'] = '';
- $apps[$x]['menu'][0]['title']['fr-ca'] = '';
- $apps[$x]['menu'][0]['title']['fr-ch'] = '';
- $apps[$x]['menu'][0]['title']['pt-pt'] = 'Iniciar';
- $apps[$x]['menu'][0]['title']['pt-br'] = '';
- $apps[$x]['menu'][0]['uuid'] = 'a8f49f02-9bfb-65ff-4cd3-85dc3354e4c1';
- $apps[$x]['menu'][0]['parent_uuid'] = '';
- $apps[$x]['menu'][0]['category'] = 'internal';
- $apps[$x]['menu'][0]['path'] = '/app/users/usersupdate.php';
- $apps[$x]['menu'][0]['groups'][] = 'disabled';
- //permission details
- $apps[$x]['permissions'][0]['name'] = 'signup';
- ?>
|