X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUploadStash.php;h=b0bb595e850548000157def8bb904dddc044e823;hb=a00e369aff80b2b338f26829b27cdeb8c66bf291;hp=9573f33e7c6870145749bb230b3865bb2c7a465f;hpb=61898ad28ed69c5b391eb43e0db9386279b9612c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialUploadStash.php b/includes/specials/SpecialUploadStash.php index 9573f33e7c..b0bb595e85 100644 --- a/includes/specials/SpecialUploadStash.php +++ b/includes/specials/SpecialUploadStash.php @@ -60,7 +60,7 @@ class SpecialUploadStash extends UnlistedSpecialPage { * Execute page -- can output a file directly or show a listing of them. * * @param string $subPage Subpage, e.g. in - * http://example.com/wiki/Special:UploadStash/foo.jpg, the "foo.jpg" part + * https://example.com/wiki/Special:UploadStash/foo.jpg, the "foo.jpg" part * @return bool Success */ public function execute( $subPage ) { @@ -327,7 +327,7 @@ class SpecialUploadStash extends UnlistedSpecialPage { header( "Content-Type: $contentType", true ); header( 'Content-Transfer-Encoding: binary', true ); header( 'Expires: Sun, 17-Jan-2038 19:14:07 GMT', true ); - // Bug 53032 - It shouldn't be a problem here, but let's be safe and not cache + // T55032 - It shouldn't be a problem here, but let's be safe and not cache header( 'Cache-Control: private' ); header( "Content-Length: $size", true ); }