Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tommaso Perondi
ISPConfig 3
Commits
7ee3e451
Commit
7ee3e451
authored
Jul 08, 2019
by
Till Brehm
Browse files
Changed config for Ubuntu unknown from 1604 to 1804
parent
ffc60c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/install.lib.php
View file @
7ee3e451
...
...
@@ -186,7 +186,7 @@ function get_distname() {
break
;
default
:
$relname
=
"UNKNOWN"
;
$distconfid
=
'ubuntu1
6
04'
;
$distconfid
=
'ubuntu1
8
04'
;
}
$distver
=
$ver
.
$lts
.
" "
.
$relname
;
swriteln
(
"Operating System: "
.
$distname
.
' '
.
$distver
.
"
\n
"
);
...
...
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