Add structure test to ensure PSR-4 autoloader covers everything
[lhc/web/wiklou.git] / thumb_handler.php
index 69bdddd..e2b165b 100644 (file)
@@ -24,6 +24,6 @@
 
 define( 'THUMB_HANDLER', true );
 
-# 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';