mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 16:36:49 +02:00
File upload multibyte fix (PCRE_UTF8 flag)
This commit is contained in:
@@ -131,7 +131,7 @@ class Tmpfs implements Service, TmpfsInterface
|
||||
[\x00-\x1F]| # control characters http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.85%29.aspx
|
||||
[\x7F\xA0\xAD]| # non-printing characters DEL, NO-BREAK SPACE, SOFT HYPHEN
|
||||
[;\\\{}^\~`] # other non-safe
|
||||
~x',
|
||||
~xu',
|
||||
'-',
|
||||
(string) $filename
|
||||
);
|
||||
|
Reference in New Issue
Block a user