Commit 12e721c1 authored by Nicolas Widart's avatar Nicolas Widart

Octal

parent 35eb6b4d
...@@ -49,11 +49,11 @@ return [ ...@@ -49,11 +49,11 @@ return [
'permissions' => [ 'permissions' => [
'file' => [ 'file' => [
'public' => 0777, 'public' => 0777,
'private' => 700, 'private' => 0700,
], ],
'dir' => [ 'dir' => [
'public' => 0777, 'public' => 0777,
'private' => 700, 'private' => 0700,
] ]
], ],
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment