X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=img_auth.php;h=ba4ed748348235de108f382d4cee24dc906d2d10;hp=0a209e98b42464064adaf44049958004a5288752;hb=9189db0c50cd4f755efc1d0ce061f6c04b236a40;hpb=844cb9eff3952efefc48e996e8c2d415a23791d8 diff --git a/img_auth.php b/img_auth.php index 0a209e98b4..ba4ed74834 100644 --- a/img_auth.php +++ b/img_auth.php @@ -177,7 +177,7 @@ function wfImageAuthMain() { // Stream the requested file wfDebugLog( 'img_auth', "Streaming `" . $filename . "`." ); - $repo->streamFile( $filename, $headers, $options ); + $repo->streamFileWithStatus( $filename, $headers, $options ); } /**