mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Only set file permissions when configured
This commit is contained in:
parent
60a74fd5dc
commit
0bc1ebe5bf
2 changed files with 10 additions and 5 deletions
|
@ -571,9 +571,9 @@ return [
|
|||
// Timeout in seconds for fetching the XRD links.
|
||||
'xrd_timeout' => 20,
|
||||
|
||||
// proxy_file_chmod (Integer)
|
||||
// Access rights for downloaded files in /proxy/ directory
|
||||
'proxy_file_chmod' => 0640,
|
||||
// proxy_file_chmod (Octal Integer)
|
||||
// Access rights for downloaded files in /proxy/ directory like 0640
|
||||
'proxy_file_chmod' => 0,
|
||||
],
|
||||
'experimental' => [
|
||||
// exp_themes (Boolean)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue