mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Add config to control short URL for downloading
This commit is contained in:
parent
e6305404c5
commit
320d5596f6
5 changed files with 15 additions and 1 deletions
|
|
@ -300,6 +300,7 @@ class fileModel extends file
|
|||
$config->allowed_filetypes = $config->allowed_filetypes ?? '*.*';
|
||||
$config->allow_outlink = $config->allow_outlink ?? 'Y';
|
||||
$config->download_grant = $config->download_grant ?? [];
|
||||
$config->download_short_url = $config->download_short_url ?? 'N';
|
||||
$config->inline_download_format = $config->inline_download_format ?? [];
|
||||
$config->image_autoconv = $config->image_autoconv ?? [];
|
||||
$config->image_quality_adjustment = $config->image_quality_adjustment ?? 75;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue