We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde7b7c commit 2dcd034Copy full SHA for 2dcd034
lib/private/Config.php
@@ -283,7 +283,7 @@ private function writeData(): void {
283
$filePointer = fopen($this->configFilePath, 'r+');
284
285
// Prevent others not to read the config
286
- chmod($this->configFilePath, 0640);
+ chmod($this->configFilePath, 0660);
287
288
// File does not exist, this can happen when doing a fresh install
289
if (!is_resource($filePointer)) {
0 commit comments