diff options
Diffstat (limited to 'langs.inc.php')
-rw-r--r-- | langs.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs.inc.php b/langs.inc.php index 4826b4ecf..5c18dd2dc 100644 --- a/langs.inc.php +++ b/langs.inc.php @@ -60,7 +60,7 @@ function domain_redirect($host, $domains_lang, $vhost) } else { $path = '?langs'; } - header(sprintf('Location: %s://%s/%s', 'http', $vhost, $path)); + header(sprintf('Location: %s://%s/%s', 'https', $vhost, $path)); die; } |