summaryrefslogtreecommitdiff
path: root/thumb_handler.php
blob: 35a855f87f2e010c97da54742eb6150a7ed1ec56 (plain)
1
2
3
4
5
6
7
8
<?php

# Valid web server entry point
define( 'THUMB_HANDLER', true );

# Execute thumb.php, having set THUMB_HANDLER so that
# it knows to extract params from a thumbnail file URL.
require( dirname( __FILE__ ) . '/thumb.php' );