aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/faq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/faq.php b/phpBB/faq.php
index e6a44f588f..5d8a97bc26 100644
--- a/phpBB/faq.php
+++ b/phpBB/faq.php
@@ -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'))));