mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
[ticket/13647] Send 301 status
PHPBB3-13647
This commit is contained in:
parent
0595ab959c
commit
9bd6535a7d
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ $user->setup();
|
|||
/** @var \phpbb\controller\helper $controller_helper */
|
||||
$controller_helper = $phpbb_container->get('controller.helper');
|
||||
|
||||
// TODO send "Moved permanently" header
|
||||
send_status_line(301, 'Moved Permanently');
|
||||
redirect($controller_helper->route('phpbb_help_controller', array('mode' => $request->variable('mode', 'faq'))));
|
||||
|
|
Loading…
Add table
Reference in a new issue