remotes/origin/stable4
parent
7552390031
commit
011132feb3
@ -0,0 +1,11 @@ |
||||
<?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_external/lib/ftp.php'; |
||||
OC::$CLASSPATH['OC_Filestorage_DAV']='apps/files_external/lib/webdav.php'; |
||||
OC::$CLASSPATH['OC_Filestorage_Google']='apps/files_external/lib/google.php'; |
||||
@ -1,8 +1,8 @@ |
||||
<?xml version="1.0"?> |
||||
<info> |
||||
<id>files_remote</id> |
||||
<name>Remote storage support</name> |
||||
<description>Mount remote storage sources</description> |
||||
<id>files_external</id> |
||||
<name>External storage support</name> |
||||
<description>Mount external storage sources</description> |
||||
<version>0.1</version> |
||||
<licence>AGPL</licence> |
||||
<author>Robin Appelman</author> |
||||
@ -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'; |
||||
Loading…
Reference in new issue