app_config.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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-cl'] = "Ejecuta comandos SQL";
  12. $apps[$x]['description']['es-mx'] = "";
  13. $apps[$x]['description']['de-de'] = "";
  14. $apps[$x]['description']['de-ch'] = "";
  15. $apps[$x]['description']['de-at'] = "";
  16. $apps[$x]['description']['fr-fr'] = "Lancer de requêtes SQL";
  17. $apps[$x]['description']['fr-ca'] = "";
  18. $apps[$x]['description']['fr-ch'] = "";
  19. $apps[$x]['description']['pt-pt'] = "Executar comandos Língua estruturação de consulta.";
  20. $apps[$x]['description']['pt-br'] = "";
  21. //menu details
  22. $apps[$x]['menu'][0]['title']['en-us'] = "SQL Query";
  23. $apps[$x]['menu'][0]['title']['es-cl'] = "Coinsulta SQL";
  24. $apps[$x]['menu'][0]['title']['es-mx'] = "";
  25. $apps[$x]['menu'][0]['title']['de-de'] = "";
  26. $apps[$x]['menu'][0]['title']['de-ch'] = "";
  27. $apps[$x]['menu'][0]['title']['de-at'] = "";
  28. $apps[$x]['menu'][0]['title']['fr-fr'] = "Requête SQL";
  29. $apps[$x]['menu'][0]['title']['fr-ca'] = "";
  30. $apps[$x]['menu'][0]['title']['fr-ch'] = "";
  31. $apps[$x]['menu'][0]['title']['pt-pt'] = "Consulta SQL";
  32. $apps[$x]['menu'][0]['title']['pt-br'] = "";
  33. $apps[$x]['menu'][0]['uuid'] = "a894fed7-5a17-f695-c3de-e32ce58b3794";
  34. $apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  35. $apps[$x]['menu'][0]['category'] = "internal";
  36. $apps[$x]['menu'][0]['path'] = "/app/sql_query/sql_query.php";
  37. $apps[$x]['menu'][0]['groups'][] = "superadmin";
  38. //permission details
  39. $apps[$x]['permissions'][0]['name'] = "sql_query_execute";
  40. $apps[$x]['permissions'][0]['menu']['uuid'] = "a894fed7-5a17-f695-c3de-e32ce58b3794";
  41. $apps[$x]['permissions'][0]['groups'][] = "superadmin";
  42. $apps[$x]['permissions'][1]['name'] = "sql_query_backup";
  43. $apps[$x]['permissions'][1]['groups'][] = "superadmin";
  44. ?>