split up get_browser_language() to use in additional ways

This commit is contained in:
friendica
2012-07-16 01:38:26 -07:00
parent c148455570
commit b79212dcc8
4 changed files with 17 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ require_once("boot.php");
$a = new App;
@include(".htconfig.php");
$lang = get_browser_language();
$lang = get_best_language();
load_translation_table($lang);
require_once("dba.php");