summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/info.xml
blob: 9a199281a76f0eb072f372c9fe057a4e09aa6e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<info>
	<id>files_sharing</id>
	<name>Share Files</name>
	<description>File sharing between users</description>
	<licence>AGPL</licence>
	<author>Michael Gapczynski</author>
	<require>4.93</require>
	<shipped>true</shipped>
	<default_enable/>
	<types>
		<filesystem/>
	</types>
	<public>
		<files>public.php</files>
		<webdav>public.php</webdav>
	</public>
</info>