aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/info.xml
blob: 6a8fc89adae9f36664d41c4b6d1ae312cfa1271b (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</require>
	<shipped>true</shipped>
	<default_enable/>
	<types>
		<filesystem/>
	</types>
	<public>
		<files>public.php</files>
		<webdav>public.php</webdav>
	</public>
</info>