More characters are allowed on POSIX systems
This commit is contained in:
parent
594ba8695b
commit
6bd0d51b2a
1 changed files with 3 additions and 2 deletions
|
@ -68,7 +68,8 @@ class Constants {
|
|||
const PERMISSION_ALL = 31;
|
||||
|
||||
/**
|
||||
* @since 8.0.0
|
||||
* @since 8.0.0 - Updated in 9.0.0 to allow all POSIX chars since we no
|
||||
* longer support windows as server platform.
|
||||
*/
|
||||
const FILENAME_INVALID_CHARS = "\\/<>:\"|?*\n";
|
||||
const FILENAME_INVALID_CHARS = "\\/";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue