1
0

info.xml 471 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <info>
  3. <id>files</id>
  4. <name>Files</name>
  5. <description>File Management</description>
  6. <licence>AGPL</licence>
  7. <author>Robin Appelman, Vincent Petry</author>
  8. <requiremin>4.93</requiremin>
  9. <shipped>true</shipped>
  10. <standalone/>
  11. <default_enable/>
  12. <types>
  13. <filesystem/>
  14. </types>
  15. <remote>
  16. <files>appinfo/remote.php</files>
  17. <webdav>appinfo/remote.php</webdav>
  18. </remote>
  19. <documentation>
  20. <user>user-files</user>
  21. </documentation>
  22. </info>