diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-17 18:20:20 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-17 18:20:20 +0200 |
commit | 7575186fa61b0154de592b37091a43ac97063d40 (patch) | |
tree | db705df82a9e5f0112e16b9654d26939f7708014 /apps/files_external/lib/smb.php | |
parent | b4cc79970d2bfef0b09043ea9dfd7820d4a55cda (diff) | |
download | nextcloud-server-7575186fa61b0154de592b37091a43ac97063d40.tar.gz nextcloud-server-7575186fa61b0154de592b37091a43ac97063d40.zip |
moving Dropbox and smb4php 3rdparty code over to the apps
Diffstat (limited to 'apps/files_external/lib/smb.php')
-rw-r--r-- | apps/files_external/lib/smb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/smb.php b/apps/files_external/lib/smb.php index 81a6c956385..effc0088c2b 100644 --- a/apps/files_external/lib/smb.php +++ b/apps/files_external/lib/smb.php @@ -8,7 +8,7 @@ namespace OC\Files\Storage; -require_once 'smb4php/smb.php'; +require_once '../3rdparty/smb4php/smb.php'; class SMB extends \OC\Files\Storage\StreamWrapper{ private $password; |