X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=thumb_handler.php;h=e2b165b8a95b72812910b83fa4e47a77748a97ae;hb=ba7287fce6d64b72916ae7fe3f3a31c5185347d2;hp=abc71dd6a993cd53cda70e62525a9dc1a9986a39;hpb=4fa67221df791c05f57163cc8e9b8fd08cc7d19e;p=lhc%2Fweb%2Fwiklou.git diff --git a/thumb_handler.php b/thumb_handler.php index abc71dd6a9..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( dirname( __FILE__ ) . '/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';