rename get_language() to get_browser_language()
This commit is contained in:
parent
eaf028c9fb
commit
3811fe288f
4 changed files with 6 additions and 6 deletions
|
|
@ -11,7 +11,7 @@ require_once("boot.php");
|
|||
$a = new App;
|
||||
@include(".htconfig.php");
|
||||
|
||||
$lang = get_language();
|
||||
$lang = get_browser_language();
|
||||
load_translation_table($lang);
|
||||
|
||||
require_once("dba.php");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue