r108300: also destroy the repo/backend singletons for upload test
[mediawiki.git] / thumb_handler.php
blob35a855f87f2e010c97da54742eb6150a7ed1ec56
1 <?php
3 # Valid web server entry point
4 define( 'THUMB_HANDLER', true );
6 # Execute thumb.php, having set THUMB_HANDLER so that
7 # it knows to extract params from a thumbnail file URL.
8 require( dirname( __FILE__ ) . '/thumb.php' );