mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
Check for invalid characters in paths
This commit is contained in:
parent
b822af84c5
commit
4ca3c3df22
5 changed files with 151 additions and 7 deletions
10
src/Exception/InvalidPathException.php
Normal file
10
src/Exception/InvalidPathException.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* Copyright (c) 2014 Robin Appelman <icewind@owncloud.com>
|
||||
* This file is licensed under the Licensed under the MIT license:
|
||||
* http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
namespace Icewind\SMB\Exception;
|
||||
|
||||
class InvalidPathException extends InvalidRequestException {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue