手册:$wgThumbnailScriptPath
Appearance
| 缩略图设置: $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";