aboutsummaryrefslogtreecommitdiffstats
path: root/langs.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs.inc.php')
-rw-r--r--langs.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/langs.inc.php b/langs.inc.php
index 5c18dd2dc..42bb3a748 100644
--- a/langs.inc.php
+++ b/langs.inc.php
@@ -90,6 +90,7 @@ function relocate($langs, $page = '', $default_locale = 'en', $force_accept_lang
if ('cli' != PHP_SAPI && $do_redirect) {
header('Location: ' . $relocate);
+ die;
}
return $relocate;