MediaWiki fundraising/REL1_35
ImgAuthModifyHeadersHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
25 public function onImgAuthModifyHeaders( $title, &$headers );
26}
onImgAuthModifyHeaders( $title, &$headers)
This hook is called just before a file is streamed to a user via img_auth.php, allowing headers to be...