MediaWiki  REL1_22
thumb_handler.php
Go to the documentation of this file.
00001 <?php
00025 define( 'THUMB_HANDLER', true );
00026 
00027 # Execute thumb.php, having set THUMB_HANDLER so that
00028 # it knows to extract params from a thumbnail file URL.
00029 require __DIR__ . '/thumb.php';