mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Allow uploads of files containing dots in filename. Closes BookStackApp/BookStack#2217
This commit is contained in:
@@ -78,7 +78,6 @@ return [
|
||||
'string' => ':attribute moet minstens :min karakters bevatten.',
|
||||
'array' => ':attribute moet minstens :min items bevatten.',
|
||||
],
|
||||
'no_double_extension' => ':attribute mag maar een enkele bestandsextensie hebben.',
|
||||
'not_in' => ':attribute is ongeldig.',
|
||||
'not_regex' => ':attribute formaat is ongeldig.',
|
||||
'numeric' => ':attribute moet een getal zijn.',
|
||||
|
Reference in New Issue
Block a user