mirror of
https://github.com/filegator/filegator.git
synced 2025-08-14 19:54:29 +02:00
download_inline configuration #141
This commit is contained in:
@@ -5,6 +5,7 @@ return [
|
||||
'public_dir' => APP_PUBLIC_DIR,
|
||||
'overwrite_on_upload' => false,
|
||||
'timezone' => 'UTC', // https://www.php.net/manual/en/timezones.php
|
||||
'download_inline' => ['pdf'], // download inline in the browser, array of extensions, use * for all
|
||||
|
||||
'frontend_config' => [
|
||||
'app_name' => 'FileGator',
|
||||
|
Reference in New Issue
Block a user