diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-08-20 21:29:05 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-08-20 21:29:05 +0200 |
commit | fa17f36311f3012053b0413b3618ad97cb4c9bba (patch) | |
tree | 2753c68af4bdb60978ce145e8eb640b02becec88 /storage-backend/config/config.inc.php | |
parent | 31da8eb9ef38af5c9cc05c76342a34fa2fb8b97c (diff) |
Feature added: delete a file previously uploaded using the httpupload
Diffstat (limited to '')
-rw-r--r-- | storage-backend/config/config.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage-backend/config/config.inc.php b/storage-backend/config/config.inc.php index bfc2c9a..9a96ad9 100644 --- a/storage-backend/config/config.inc.php +++ b/storage-backend/config/config.inc.php @@ -10,5 +10,7 @@ return [ 'max_upload_file_size' => 10 * 1024 * 1024, // Array of characters which are not allowed in filenames 'invalid_characters_in_filename' => ['/'], + // Validity time of a delete token in seconds + 'delete_token_validity' => 5 * 60, ]; ?>
\ No newline at end of file |