X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=blobdiff_plain;f=thumb_handler.php;h=7afa9aa774f50635dd9bde5de1986d0de82c801b;hb=6e9d85afcee54e8fbf979124f1b60923296c1e4e;hp=69bdddd8ca2a19e753e517f5aade884a858ff554;hpb=2b3224220d9251fd73c03012465e8470e2a835e1;p=lhc%2Fweb%2Fwiklou.git diff --git a/thumb_handler.php b/thumb_handler.php index 69bdddd8ca..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( __DIR__ . '/thumb.php' ); +require __DIR__ . '/thumb.php';