MediaWiki REL1_31
thumb_handler.php
Go to the documentation of this file.
1<?php
25define( 'THUMB_HANDLER', true );
26
27// Execute thumb.php, having set THUMB_HANDLER so that
28// it knows to extract params from a thumbnail file URL.
29require __DIR__ . '/thumb.php';