X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=thumb_handler.php;h=4e6bbd9cf84b296152cbcd1bb582337eb9d499ab;hp=7afa9aa774f50635dd9bde5de1986d0de82c801b;hb=9c7f6734c397a954b8eaa5ec73876f2b4bf92afb;hpb=71c0d39d12f140eb49757c991e063daec34b000f diff --git a/thumb_handler.php b/thumb_handler.php index 7afa9aa774..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. +// Execute thumb.php, having set THUMB_HANDLER so that +// it knows to extract params from a thumbnail file URL. require __DIR__ . '/thumb.php';