X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/dfa4d5337602a1de5910a95cf0cda85292049a11..91938ace0f73ee6bdfbc44956cd2e1652c9c8297:/index.php?ds=sidebyside diff --git a/index.php b/index.php index 4b50ec1..4371e9e 100644 --- a/index.php +++ b/index.php @@ -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'