Blame view

sources/apps/files/appinfo/info.xml 433 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  <?xml version="1.0"?>
  <info>
  	<id>files</id>
  	<name>Files</name>
  	<description>File Management</description>
  	<licence>AGPL</licence>
  	<author>Robin Appelman</author>
  	<require>4.93</require>
  	<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>