MediaWiki REL1_35
thumb_handler.php
Go to the documentation of this file.
1<?php
31define( 'THUMB_HANDLER', true );
32define( 'MW_ENTRY_POINT', 'thumb_handler' );
33
34// Execute thumb.php, having set THUMB_HANDLER so that
35// it knows to extract params from a thumbnail file URL.
36require __DIR__ . '/thumb.php';