diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-05-04 09:44:50 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-05-04 09:44:50 +0000 |
commit | e7728757990f49f2ef274f9741e163f7ba7eebee (patch) | |
tree | c041afb7cd735f09ef5acf2824c427dda8d2d0ad /test | |
parent | 02c027b59a7c4b4ae678b45bc2c69ea33f9b09ce (diff) | |
download | www-e7728757990f49f2ef274f9741e163f7ba7eebee.tar www-e7728757990f49f2ef274f9741e163f7ba7eebee.tar.gz www-e7728757990f49f2ef274f9741e163f7ba7eebee.tar.bz2 www-e7728757990f49f2ef274f9741e163f7ba7eebee.tar.xz www-e7728757990f49f2ef274f9741e163f7ba7eebee.zip |
fix file
Diffstat (limited to 'test')
-rw-r--r-- | test/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lang.php b/test/lang.php index bf749217d..077f8ad92 100644 --- a/test/lang.php +++ b/test/lang.php @@ -2,7 +2,7 @@ /** */ -include_once '../lib/localeDetection.class.php'; +include_once '../localeDetection.class.php'; include_once '../langs.inc.php'; echo 'Accept-Language: ', $_SERVER['HTTP_ACCEPT_LANGUAGE'], "\n\n"; |