diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-11-05 18:57:28 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-11-05 18:57:28 +0000 |
commit | f6e209dee245a1801a4fa593c8c6cc855987eda5 (patch) | |
tree | 299a46c206f0574953cb16146b5736da61244ba6 | |
parent | 401b54482a44b76c67753e1a3328d94eef9cc5ba (diff) | |
download | www-f6e209dee245a1801a4fa593c8c6cc855987eda5.tar www-f6e209dee245a1801a4fa593c8c6cc855987eda5.tar.gz www-f6e209dee245a1801a4fa593c8c6cc855987eda5.tar.bz2 www-f6e209dee245a1801a4fa593c8c6cc855987eda5.tar.xz www-f6e209dee245a1801a4fa593c8c6cc855987eda5.zip |
debug http accept lang header
-rw-r--r-- | langs.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/langs.inc.php b/langs.inc.php index db65777de..f21fe2185 100644 --- a/langs.inc.php +++ b/langs.inc.php @@ -134,6 +134,7 @@ S; '<p>If you would like to help improving this Web site or its translations, ', 'check out our <a href="/wiki/doku.php?id=web">Web</a> and ', '<a href="/wiki/doku.php?id=i18n">localization</a> teams!</p>', + '<p>Your browser Accept-Language is: ', $_SERVER['HTTP_ACCEPT_LANGUAGE'], '.</p>', '<hr /></body></html>'; } |