Revert "Adding sanity check to Title::isRedirect()."
[lhc/web/wiklou.git] / thumb_handler.php
1 <?php
2
3 # Valid web server entry point
4 define( 'THUMB_HANDLER', true );
5
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' );