mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
Soft fail for chmod errors
This commit is contained in:
parent
54f1cb9d34
commit
fd5a7a07ae
@ -119,7 +119,7 @@ abstract class persistence
|
||||
if ($writtenBytes === false || $writtenBytes < strlen($data)) {
|
||||
throw new Exception('unable to write to file ' . $file, 13);
|
||||
}
|
||||
chmod($file, 0640); // protect file access
|
||||
@chmod($file, 0640); // protect file access
|
||||
return $file;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user