app_config.php 357 B

123456789101112
  1. <?php
  2. $apps[$x]['name'] = "Help";
  3. $apps[$x]['uuid'] = "9e0e39d0-4b5f-44ef-afc6-648ae121ab15";
  4. $apps[$x]['category'] = "Menu";
  5. $apps[$x]['subcategory'] = "";
  6. $apps[$x]['version'] = "1";
  7. $apps[$x]['license'] = "Mozilla Public License 1.1";
  8. $apps[$x]['url'] = "http://www.fusionpbx.com";
  9. $apps[$x]['description']['en-us'] = "Add help menu items";
  10. ?>