From e7728757990f49f2ef274f9741e163f7ba7eebee Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 4 May 2014 09:44:50 +0000 Subject: fix file --- test/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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"; -- cgit v1.2.1