init.agi 408 B

123456789101112131415161718
  1. /*
  2. Apache Redirection Module Registration Information
  3. Do not try to call any AJGI users / filepath functions in this script.
  4. */
  5. //Define the launchInfo for the module
  6. var moduleLaunchInfo = {
  7. Name: "Apache",
  8. Group: "Interface Module",
  9. IconPath: "Apache/img/small_icon.png",
  10. Version: "0.1",
  11. StartDir: "Apache/index.html"
  12. }
  13. //Register the module
  14. registerModule(JSON.stringify(moduleLaunchInfo));