MediaWiki  REL1_19
thumb_handler.php
Go to the documentation of this file.
00001 <?php
00002 
00003 # Valid web server entry point
00004 define( 'THUMB_HANDLER', true );
00005 
00006 # Execute thumb.php, having set THUMB_HANDLER so that
00007 # it knows to extract params from a thumbnail file URL.
00008 require( dirname( __FILE__ ) . '/thumb.php' );