X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStreamFile.php;h=3f73ae3ccd459eb399138e8788bb70daac692c48;hb=5e843cca772f67faaacc8967a48d8bf964b5ef41;hp=bac4db65fba719280d829be2e10fd342c00161d4;hpb=e94f7ef8e79aeceb867fcae2e29fc4a7b2d9cf1d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/StreamFile.php b/includes/StreamFile.php index bac4db65fb..3f73ae3ccd 100644 --- a/includes/StreamFile.php +++ b/includes/StreamFile.php @@ -78,7 +78,7 @@ class StreamFile { ) { if ( !is_array( $info ) ) { if ( $sendErrors ) { - HttpStatus::header( 404 ); + HttpStatus::header( 404 ); header( 'Cache-Control: no-cache' ); header( 'Content-Type: text/html; charset=utf-8' ); $encFile = htmlspecialchars( $path );