Manual:$wgThumbnailScriptPath/ko
Appearance
| Thumbnail settings: $wgThumbnailScriptPath | |
|---|---|
| Path to thumb.php, if you want thumbnail generation on the fly. |
|
| 이 변수가 소개된 버전: | 1.5.0 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (filesystem path) or false |
| 기본값: | false |
| 기타 설정: 알파벳 순 | 기능별 순 | |
상세
Give a path here to use thumb.php for thumbnail generation on client request, instead of generating them on render and outputting a static URL. This is necessary if some of your apache servers don't have read/write access to the thumbnail path.
If you want to use this feature, you would set this as follows:
$wgThumbnailScriptPath = "$wgScriptPath/thumb.php";