server/apps/files_sharing/appinfo/info.xml
Michael Gapczynski da44e5405a Fix typo
2012-08-28 11:12:18 -04:00

18 lines
384 B
XML

<?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>