Blame view
sources/apps/files_sharing/appinfo/info.xml
440 Bytes
|
03e52840d
|
1 2 3 4 5 6 |
<?xml version="1.0"?> <info> <id>files_sharing</id> <name>Share Files</name> <description>File sharing between users</description> <licence>AGPL</licence> |
|
6d9380f96
|
7 8 |
<author>Michael Gapczynski, Bjoern Schiessle</author> <requiremin>4.93</requiremin> |
|
03e52840d
|
9 10 11 12 13 14 15 |
<shipped>true</shipped> <default_enable/> <types> <filesystem/> </types> <public> <files>public.php</files> |
|
6d9380f96
|
16 |
<webdav>publicwebdav.php</webdav> |
|
03e52840d
|
17 |
</public> |
|
6d9380f96
|
18 |
<ocsid>166050</ocsid> |
|
03e52840d
|
19 |
</info> |