app_config.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. //application details
  3. $apps[$x]['name'] = "Sign Up";
  4. $apps[$x]['uuid'] = 'd308e9c6-d907-5ba7-b3be-6d3e09cf01aa';
  5. $apps[$x]['category'] = 'System';
  6. $apps[$x]['subcategory'] = '';
  7. $apps[$x]['version'] = '';
  8. $apps[$x]['license'] = 'Mozilla Public License 1.1';
  9. $apps[$x]['url'] = 'http://www.fusionpbx.com';
  10. $apps[$x]['description']['en-us'] = 'Allows customers on the internet to signup for a user account.';
  11. $apps[$x]['description']['es-mx'] = '';
  12. $apps[$x]['description']['de'] = '';
  13. $apps[$x]['description']['de-ch'] = '';
  14. $apps[$x]['description']['de-at'] = '';
  15. $apps[$x]['description']['fr'] = '';
  16. $apps[$x]['description']['fr-ca'] = '';
  17. $apps[$x]['description']['fr-ch'] = '';
  18. $apps[$x]['description']['pt-pt'] = 'Permite aos clientes na internet para para criar uma conta de utilizador.';
  19. $apps[$x]['description']['pt-br'] = '';
  20. //menu details
  21. $apps[$x]['menu'][0]['title']['en-us'] = 'Sign Up';
  22. $apps[$x]['menu'][0]['title']['es-mx'] = '';
  23. $apps[$x]['menu'][0]['title']['de'] = '';
  24. $apps[$x]['menu'][0]['title']['de-ch'] = '';
  25. $apps[$x]['menu'][0]['title']['de-at'] = '';
  26. $apps[$x]['menu'][0]['title']['fr'] = '';
  27. $apps[$x]['menu'][0]['title']['fr-ca'] = '';
  28. $apps[$x]['menu'][0]['title']['fr-ch'] = '';
  29. $apps[$x]['menu'][0]['title']['pt-pt'] = 'Iniciar';
  30. $apps[$x]['menu'][0]['title']['pt-br'] = '';
  31. $apps[$x]['menu'][0]['uuid'] = 'a8f49f02-9bfb-65ff-4cd3-85dc3354e4c1';
  32. $apps[$x]['menu'][0]['parent_uuid'] = '';
  33. $apps[$x]['menu'][0]['category'] = 'internal';
  34. $apps[$x]['menu'][0]['path'] = '/app/users/usersupdate.php';
  35. $apps[$x]['menu'][0]['groups'][] = 'disabled';
  36. //permission details
  37. $apps[$x]['permissions'][0]['name'] = 'signup';
  38. ?>