Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
90b88d3f
Commit
90b88d3f
authored
May 21, 2021
by
Marius Burkard
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
ed1a4e4e
Pipeline
#8695
passed with stage
in 8 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
interface/lib/app.inc.php
View file @
90b88d3f
...
...
@@ -132,8 +132,8 @@ class app {
//* Initialize session variables
if
(
!
isset
(
$_SESSION
[
's'
][
'id'
])
)
$_SESSION
[
's'
][
'id'
]
=
session_id
();
if
(
empty
(
$_SESSION
[
's'
][
'theme'
]))
$_SESSION
[
's'
][
'theme'
]
=
$conf
[
'theme'
];
if
(
empty
(
$_SESSION
[
's'
][
'language'
]))
$_SESSION
[
's'
][
'language'
]
=
$conf
[
'language'
];
if
(
empty
(
$_SESSION
[
's'
][
'theme'
]))
$_SESSION
[
's'
][
'theme'
]
=
$
this
->
_
conf
[
'theme'
];
if
(
empty
(
$_SESSION
[
's'
][
'language'
]))
$_SESSION
[
's'
][
'language'
]
=
$
this
->
_
conf
[
'language'
];
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment