X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=blobdiff_plain;f=thumb_handler.php;h=e2b165b8a95b72812910b83fa4e47a77748a97ae;hb=5c357bf6c28eb0c3462374e088a6583eecbd2953;hp=69bdddd8ca2a19e753e517f5aade884a858ff554;hpb=38c7f444e1c13327e203ce4e2890826782b39876;p=lhc%2Fweb%2Fwiklou.git diff --git a/thumb_handler.php b/thumb_handler.php index 69bdddd8ca..e2b165b8a9 100644 --- a/thumb_handler.php +++ b/thumb_handler.php @@ -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';