mirror of
https://github.com/filegator/filegator.git
synced 2025-08-09 07:26:34 +02:00
Fix for UTF8 filename issues (#12)
This commit is contained in:
@@ -184,7 +184,7 @@ return [
|
||||
],
|
||||
[
|
||||
'route' => [
|
||||
'GET', '/download/{path_encoded}', '\Filegator\Controllers\DownloadController@download',
|
||||
'GET', '/download', '\Filegator\Controllers\DownloadController@download',
|
||||
],
|
||||
'roles' => [
|
||||
'guest', 'user', 'admin',
|
||||
|
Reference in New Issue
Block a user