app_config.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. //application details
  3. $apps[$x]['name'] = "SQL Query";
  4. $apps[$x]['uuid'] = 'a8b8ca29-083d-fb9b-5552-cc272de18ea6';
  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'] = 'Run Structur Query Language commands.';
  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'] = 'Executar comandos Língua estruturação de consulta.';
  19. $apps[$x]['description']['pt-br'] = '';
  20. //menu details
  21. $apps[$x]['menu'][0]['title']['en-us'] = 'SQL Query';
  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'] = 'Consulta SQL';
  30. $apps[$x]['menu'][0]['title']['pt-br'] = '';
  31. $apps[$x]['menu'][0]['uuid'] = 'a894fed7-5a17-f695-c3de-e32ce58b3794';
  32. $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
  33. $apps[$x]['menu'][0]['category'] = 'internal';
  34. $apps[$x]['menu'][0]['path'] = '/app/sql_query/sql_query.php';
  35. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  36. //permission details
  37. $apps[$x]['permissions'][0]['name'] = 'sql_query_execute';
  38. $apps[$x]['permissions'][0]['groups'][] = 'superadmin';
  39. $apps[$x]['permissions'][1]['name'] = 'sql_query_backup';
  40. $apps[$x]['permissions'][1]['groups'][] = 'superadmin';
  41. ?>