mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/14285] Terminate after send file
PHPBB3-14285
This commit is contained in:
@@ -85,7 +85,9 @@ class controller
|
|||||||
throw new http_exception(500, 'Headers already sent');
|
throw new http_exception(500, 'Headers already sent');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->response;
|
$this->response->send();
|
||||||
|
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user