Use 0775 rather than 0755 for folder permissions
This commit is contained in:
parent
bda32d8632
commit
c783e030ba
|
@ -81,7 +81,7 @@ final class MDOutputHandler {
|
|||
$this->_file_logging = $input;
|
||||
|
||||
if ($this->_file_logging === true) {
|
||||
if (!\is_dir(__DIR__ . "/../logs")) mkdir(__DIR__ . "/../logs", 0755);
|
||||
if (!\is_dir(__DIR__ . "/../logs")) mkdir(__DIR__ . "/../logs", 0775);
|
||||
\touch($this->_logfile);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user