Blame view
sources/apps/files/appinfo/info.xml
454 Bytes
|
03e52840d
|
1 2 3 4 5 6 |
<?xml version="1.0"?> <info> <id>files</id> <name>Files</name> <description>File Management</description> <licence>AGPL</licence> |
|
6d9380f96
|
7 8 |
<author>Robin Appelman, Vincent Petry</author> <requiremin>4.93</requiremin> |
|
03e52840d
|
9 10 11 12 13 14 15 16 17 18 19 20 |
<shipped>true</shipped> <standalone/> <default_enable/> <types> <filesystem/> </types> <remote> <files>appinfo/remote.php</files> <webdav>appinfo/remote.php</webdav> <filesync>appinfo/filesync.php</filesync> </remote> </info> |