diff options
Diffstat (limited to 'apps/files_remote/appinfo')
-rw-r--r-- | apps/files_remote/appinfo/app.php | 11 | ||||
-rw-r--r-- | apps/files_remote/appinfo/info.xml | 13 |
2 files changed, 0 insertions, 24 deletions
diff --git a/apps/files_remote/appinfo/app.php b/apps/files_remote/appinfo/app.php deleted file mode 100644 index 02c1c3ae313..00000000000 --- a/apps/files_remote/appinfo/app.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php -/** - * Copyright (c) 2012 Robin Appelman <icewind@owncloud.com> - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ - -OC::$CLASSPATH['OC_Filestorage_FTP']='apps/files_remote/lib/ftp.php'; -OC::$CLASSPATH['OC_Filestorage_DAV']='apps/files_remote/lib/webdav.php'; -OC::$CLASSPATH['OC_Filestorage_Google']='apps/files_remote/lib/google.php'; diff --git a/apps/files_remote/appinfo/info.xml b/apps/files_remote/appinfo/info.xml deleted file mode 100644 index 8cf66ddbc37..00000000000 --- a/apps/files_remote/appinfo/info.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0"?> -<info> - <id>files_remote</id> - <name>Remote storage support</name> - <description>Mount remote storage sources</description> - <version>0.1</version> - <licence>AGPL</licence> - <author>Robin Appelman</author> - <require>3</require> - <types> - <filesystem/> - </types> -</info> |