Skip to content

Commit

Permalink
Enable thumb handler
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Dec 10, 2024
1 parent 44a6aa8 commit 798cc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@
$wgMaxImageArea = 6.4e7;
$wgUseImageMagick = true;
// Stream and serve thumbnails with thumb.php
// $wgGenerateThumbnailOnParse = false;
// $wgThumbnailScriptPath = "$wgScriptPath/thumb.php";
$wgGenerateThumbnailOnParse = false;
$wgThumbnailScriptPath = "$wgScriptPath/thumb.php";

// SVG Support
$wgFileExtensions[] = 'svg';
Expand Down

0 comments on commit 798cc75

Please sign in to comment.