X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=thumb_handler.php;h=4e6bbd9cf84b296152cbcd1bb582337eb9d499ab;hb=dbac27bd42bdc72272c898c79c7011e2e0ef92c8;hp=69bdddd8ca2a19e753e517f5aade884a858ff554;hpb=67bfdc7a68940d901e585eadd984a2074bf0216a;p=lhc%2Fweb%2Fwiklou.git diff --git a/thumb_handler.php b/thumb_handler.php index 69bdddd8ca..4e6bbd9cf8 100644 --- a/thumb_handler.php +++ b/thumb_handler.php @@ -23,7 +23,8 @@ */ define( 'THUMB_HANDLER', true ); +define( 'MW_ENTRY_POINT', 'thumb_handler' ); -# Execute thumb.php, having set THUMB_HANDLER so that -# it knows to extract params from a thumbnail file URL. -require( __DIR__ . '/thumb.php' ); +// Execute thumb.php, having set THUMB_HANDLER so that +// it knows to extract params from a thumbnail file URL. +require __DIR__ . '/thumb.php';