diff options
Diffstat (limited to 'test/lang.php')
-rw-r--r-- | test/lang.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/lang.php b/test/lang.php deleted file mode 100644 index 077f8ad92..000000000 --- a/test/lang.php +++ /dev/null @@ -1,9 +0,0 @@ -<pre><?php -/** -*/ - -include_once '../localeDetection.class.php'; -include_once '../langs.inc.php'; - -echo 'Accept-Language: ', $_SERVER['HTTP_ACCEPT_LANGUAGE'], "\n\n"; -echo "Relocate `community` with `en` as a default: ", relocate($langs, 'community', 'en', null, false), "\n"; |