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