diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-08-26 17:51:01 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-08-26 17:51:01 +0200 |
commit | 184438224cfece0f9797f54340a1353cc67e0b28 (patch) | |
tree | 7ab72eafecc96fcd14b5111b5dddd65168663462 /apps/user_webdavauth/appinfo/info.xml | |
parent | 72e9a2ce57ee88503db83614cec5ccda71f0b58e (diff) | |
download | nextcloud-server-184438224cfece0f9797f54340a1353cc67e0b28.tar.gz nextcloud-server-184438224cfece0f9797f54340a1353cc67e0b28.zip |
restore the webdavauth app
Diffstat (limited to 'apps/user_webdavauth/appinfo/info.xml')
-rwxr-xr-x | apps/user_webdavauth/appinfo/info.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/user_webdavauth/appinfo/info.xml b/apps/user_webdavauth/appinfo/info.xml new file mode 100755 index 00000000000..77fe3b892ca --- /dev/null +++ b/apps/user_webdavauth/appinfo/info.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<info> + <id>user_webdavauth</id> + <name>WebDAV user backend</name> + <description>Authenticate Users by a WebDAV call</description> + <version>1.0</version> + <licence>AGPL</licence> + <author>Frank Karlitschek</author> + <require>3</require> +</info> |