From fa17f36311f3012053b0413b3618ad97cb4c9bba Mon Sep 17 00:00:00 2001 From: steckbrief Date: Sat, 20 Aug 2016 21:29:05 +0200 Subject: Feature added: delete a file previously uploaded using the httpupload --- storage-backend/config/config.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'storage-backend/config/config.inc.php') 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 -- cgit v1.2.3