X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=blobdiff_plain;f=thumb_handler.php;h=69bdddd8ca2a19e753e517f5aade884a858ff554;hb=84a54a63c55b345d03d12be9b81a0b36a19a0500;hp=abc71dd6a993cd53cda70e62525a9dc1a9986a39;hpb=b8b502ac723a8a8312b9075386d3c9779f3eb185;p=lhc%2Fweb%2Fwiklou.git diff --git a/thumb_handler.php b/thumb_handler.php index abc71dd6a9..69bdddd8ca 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' );