mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-21 19:34:25 +02:00
set customer language to cookie
This commit is contained in:
parent
1c82378837
commit
cf4f708f83
2 changed files with 24 additions and 0 deletions
2
init.php
2
init.php
|
@ -134,6 +134,8 @@ if ((!empty($radius_user) && $config['radius_enable']) || _post('radius_enable')
|
|||
// Check if the user has selected a language
|
||||
if (!empty($_SESSION['user_language'])) {
|
||||
$config['language'] = $_SESSION['user_language'];
|
||||
}else if (!empty($_COOKIE['user_language'])) {
|
||||
$config['language'] = $_COOKIE['user_language'];
|
||||
}
|
||||
|
||||
if (empty($_SESSION['Lang'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue