mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-01-17 21:08:20 +01:00
Fix missing possible values in expiration dates
Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
This commit is contained in:
parent
28606cf6b8
commit
4b8e9e4372
@ -185,10 +185,18 @@ if (jirafeau_has_upload_password ($cfg))
|
||||
'value' => 'day',
|
||||
'label' => 'One day'
|
||||
),
|
||||
array(
|
||||
'value' => 'week',
|
||||
'label' => 'One week'
|
||||
),
|
||||
array(
|
||||
'value' => 'month',
|
||||
'label' => 'One month'
|
||||
),
|
||||
array(
|
||||
'value' => 'quarter',
|
||||
'label' => 'One quarter'
|
||||
),
|
||||
array(
|
||||
'value' => 'year',
|
||||
'label' => 'One year'
|
||||
|
Loading…
x
Reference in New Issue
Block a user