app_config.php 780 B

1234567891011121314151617181920
  1. <?php
  2. //application details
  3. $apps[$x]['name'] = "Languages";
  4. $apps[$x]['uuid'] = "23ecb350-b423-428d-9a8d-d617d27b30fe";
  5. $apps[$x]['category'] = "System";
  6. $apps[$x]['subcategory'] = "";
  7. $apps[$x]['version'] = "3.2";
  8. $apps[$x]['license'] = "Mozilla Public License 1.1";
  9. $apps[$x]['url'] = "http://www.fusionpbx.com";
  10. $apps[$x]['description']['en-us'] = "A tool to analyze languages used in the GUI following https://msdn.microsoft.com/en-gb/library/ee825488%28v=cs.20%29.aspx";
  11. $apps[$x]['minimum_version'] = "4.3.2";
  12. //permission details
  13. $y = 0;
  14. $apps[$x]['permissions'][$y]['name'] = "languages_view";
  15. $apps[$x]['permissions'][$y]['menu']['uuid'] = "29295c90-b1b9-440b-9c7E-c8363c6e8975";
  16. $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  17. ?>