diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-24 18:22:33 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-24 18:23:59 +0200 |
commit | 2f40f11c873b22881ad3ed21549253e53b6927ca (patch) | |
tree | d5bcbfab706363b5c151922dfd74417cfae9f990 /apps/files_external/appinfo | |
parent | bee724c53e243bda82c9490154fcd13079e41082 (diff) | |
download | nextcloud-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.php | 2 |
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'); |