Skip to content

Commit 2b340a8

Browse files
committed
Counter permissions #10837
1 parent 7d2a3ac commit 2b340a8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

configuration/Permissions.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
'permissions' => '0770',
99
'recursive' => false,
1010
],
11+
[
12+
'path' => 'data/download-file-counter/counter.txt',
13+
'permissions' => '0770',
14+
'recursive' => false,
15+
],
1116
[
1217
'path' => 'data/images',
1318
'permissions' => '0770',

0 commit comments

Comments
 (0)