app_config.php 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. //application details
  3. $apps[$x]['name'] = "Install";
  4. $apps[$x]['uuid'] = "75507e6e-891e-11e5-af63-feff819cdc9f";
  5. $apps[$x]['category'] = "Core";
  6. $apps[$x]['subcategory'] = "";
  7. $apps[$x]['version'] = "1.0";
  8. $apps[$x]['url'] = "http://www.fusionpbx.com";
  9. $apps[$x]['description']['en-us'] = "Install the fusionPBX system or add new switches";
  10. $apps[$x]['description']['ar-eg'] = "";
  11. $apps[$x]['description']['de-at'] = "Installiere das FusionPBX System oder füge neue Switches hinzu.";
  12. $apps[$x]['description']['de-ch'] = "";
  13. $apps[$x]['description']['de-de'] = "Installiere das FusionPBX System oder füge neue Switches hinzu.";
  14. $apps[$x]['description']['es-cl'] = "";
  15. $apps[$x]['description']['es-mx'] = "";
  16. $apps[$x]['description']['fr-ca'] = "";
  17. $apps[$x]['description']['fr-fr'] = "";
  18. $apps[$x]['description']['he-il'] = "";
  19. $apps[$x]['description']['it-it'] = "";
  20. $apps[$x]['description']['nl-nl'] = "";
  21. $apps[$x]['description']['pl-pl'] = "";
  22. $apps[$x]['description']['pt-br'] = "";
  23. $apps[$x]['description']['pt-pt'] = "";
  24. $apps[$x]['description']['ro-ro'] = "";
  25. $apps[$x]['description']['ru-ru'] = "Установка системы fuisionPBX или добавление новых коммутаторов";
  26. $apps[$x]['description']['sv-se'] = "";
  27. $apps[$x]['description']['uk-ua'] = "";
  28. //permission details
  29. //$y=0;
  30. //$apps[$x]['permissions'][$y]['name'] = "install";
  31. //$apps[$x]['permissions'][$y]['menu']['uuid'] = "75507e6e-891e-11e5-af63-feff819cdc9f";
  32. //$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
  33. //$y++;
  34. ?>