X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=blobdiff_plain;f=thumb_handler.php;h=7afa9aa774f50635dd9bde5de1986d0de82c801b;hb=bcb8fee4a9524cb0e47e8334c1963ac9e721d963;hp=abc71dd6a993cd53cda70e62525a9dc1a9986a39;hpb=bf99725d8db8e842be3d920be43726425e26631e;p=lhc%2Fweb%2Fwiklou.git diff --git a/thumb_handler.php b/thumb_handler.php index abc71dd6a9..7afa9aa774 100644 --- a/thumb_handler.php +++ b/thumb_handler.php @@ -26,4 +26,4 @@ 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' ); +require __DIR__ . '/thumb.php';