summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-04-12 15:51:58 +0200
committerThomas Mueller <thomas.mueller@tmit.eu>2013-04-12 15:51:58 +0200
commit7dd33911171bf4cc732889a4e6ff27851cb59274 (patch)
tree76b39a70b5d020eb6f41c980c346c3d846bf59a2 /apps/files_external/appinfo
parent33ee2e2f10a425eb81338081325e5f96fc48c1f9 (diff)
downloadnextcloud-server-7dd33911171bf4cc732889a4e6ff27851cb59274.tar.gz
nextcloud-server-7dd33911171bf4cc732889a4e6ff27851cb59274.zip
initial integration with iRODS www.irods.org
The used PHP API is hosted at https://code.renci.org/gf/project/irodsphp/
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r--apps/files_external/appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php
index d786c6c7a2a..af9117ac1ef 100644
--- a/apps/files_external/appinfo/app.php
+++ b/apps/files_external/appinfo/app.php
@@ -15,6 +15,7 @@ OC::$CLASSPATH['OC\Files\Storage\SMB'] = 'files_external/lib/smb.php';
OC::$CLASSPATH['OC\Files\Storage\AmazonS3'] = 'files_external/lib/amazons3.php';
OC::$CLASSPATH['OC\Files\Storage\Dropbox'] = 'files_external/lib/dropbox.php';
OC::$CLASSPATH['OC\Files\Storage\SFTP'] = 'files_external/lib/sftp.php';
+OC::$CLASSPATH['OC\Files\Storage\iRODS'] = 'files_external/lib/irods.php';
OC::$CLASSPATH['OC_Mount_Config'] = 'files_external/lib/config.php';
OCP\App::registerAdmin('files_external', 'settings');