mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 09:14:06 +02:00
Merge pull request #61 from jvillafanez/customForbiddenChars
Allow custom forbidden chars
This commit is contained in:
commit
b61e738018
1 changed files with 4 additions and 0 deletions
|
|
@ -23,4 +23,8 @@ abstract class AbstractShare implements IShare {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
public function setForbiddenChars(array $charList) {
|
||||
$this->forbiddenCharacters = $charList;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue