summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-05-24 18:22:33 +0200
committerRobin Appelman <icewind@owncloud.com>2012-05-24 18:23:59 +0200
commit2f40f11c873b22881ad3ed21549253e53b6927ca (patch)
treed5bcbfab706363b5c151922dfd74417cfae9f990 /apps/files_external/appinfo
parentbee724c53e243bda82c9490154fcd13079e41082 (diff)
downloadnextcloud-server-2f40f11c873b22881ad3ed21549253e53b6927ca.tar.gz
nextcloud-server-2f40f11c873b22881ad3ed21549253e53b6927ca.zip
smb filestorage backend
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r--apps/files_external/appinfo/app.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php
index 2940a070258..9aef05b5650 100644
--- a/apps/files_external/appinfo/app.php
+++ b/apps/files_external/appinfo/app.php
@@ -10,4 +10,6 @@ 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';
OC::$CLASSPATH['OC_Filestorage_SWIFT']='apps/files_external/lib/swift.php';
+OC::$CLASSPATH['OC_Filestorage_SMB']='apps/files_external/lib/smb.php';
+
OCP\App::registerAdmin('files_external', 'settings');