TMH adds a blank special page "Special:TimedMediaHandler". This should be removed/delisted or whatever makes sense.
Version: unspecified
Severity: trivial
TMH adds a blank special page "Special:TimedMediaHandler". This should be removed/delisted or whatever makes sense.
Version: unspecified
Severity: trivial
It does stuff, you just can't see it:
public function execute( $par ) {
// only show if user has right permissions
if ( !$this->getUser()->isAllowed( 'transcode-status' ) ) {
return;
}
In that case it should not be listed and show an error if a user attempts to access it without the right permissions.