Manual:$wgDirectoryMode/ko
Appearance
| Files and file uploads: $wgDirectoryMode | |
|---|---|
Default chmod permission value for newly created directories. |
|
| 이 변수가 소개된 버전: | 1.13.0 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (integer between 0 and 0777 (octal)) |
| 기본값: | 511 (1.39+)0777 (1.13-1.38) |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Default chmod permission value for newly created directories.
Without quoting.
Don't forget to specify the leading 0, since this is an octal value.
On Windows, this value is ignored.
This is used by wfMkdirParents() to create image directories, among other things.