resources: Collapse all jQuery UI modules into one deprecated mega-module
[lhc/web/wiklou.git] / thumb_handler.php
index 69bdddd..4e6bbd9 100644 (file)
@@ -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';