summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-01-19 16:22:36 +0100
committerRobin Appelman <robin@icewind.nl>2018-01-19 16:22:36 +0100
commitf6c95ca8507403dbd66a870c96b387962312894c (patch)
treee6f8dd4cec6e5f4b93233c631058860c6c424675 /apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php
parent6e29b8731e25526442d9b878a5a6ae75afc4075e (diff)
downloadnextcloud-server-f6c95ca8507403dbd66a870c96b387962312894c.tar.gz
nextcloud-server-f6c95ca8507403dbd66a870c96b387962312894c.zip
update icewind/smb to 2.0.4
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php')
-rw-r--r--apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php b/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php
index a5cfe59a3c4..0af03ff5698 100644
--- a/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php
+++ b/apps/files_external/3rdparty/icewind/smb/src/AbstractShare.php
@@ -23,4 +23,8 @@ abstract class AbstractShare implements IShare {
}
}
}
+
+ public function setForbiddenChars(array $charList) {
+ $this->forbiddenCharacters = $charList;
+ }
}