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';