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
Jozef Sroka
ISPConfig 3
Commits
4613498c
Commit
4613498c
authored
Oct 18, 2016
by
Till Brehm
Browse files
Added Ubuntu 16.10 in OS detection code.
parent
e8d2fd26
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/lib/install.lib.php
View file @
4613498c
...
@@ -92,6 +92,10 @@ function get_distname() {
...
@@ -92,6 +92,10 @@ function get_distname() {
$mainver
=
$ver
;
$mainver
=
$ver
;
}
}
switch
(
$mainver
){
switch
(
$mainver
){
case
"16.10"
:
$relname
=
"(Yakkety Yak)"
;
$distconfid
=
'ubuntu1604'
;
break
;
case
"16.04"
:
case
"16.04"
:
$relname
=
"(Xenial Xerus)"
;
$relname
=
"(Xenial Xerus)"
;
$distconfid
=
'ubuntu1604'
;
$distconfid
=
'ubuntu1604'
;
...
...
server/lib/classes/monitor_tools.inc.php
View file @
4613498c
...
@@ -87,6 +87,10 @@ class monitor_tools {
...
@@ -87,6 +87,10 @@ class monitor_tools {
$mainver
=
$ver
;
$mainver
=
$ver
;
}
}
switch
(
$mainver
){
switch
(
$mainver
){
case
"16.10"
:
$relname
=
"(Yakkety Yak)"
;
$distconfid
=
'ubuntu1604'
;
break
;
case
"16.04"
:
case
"16.04"
:
$relname
=
"(Xenial Xerus)"
;
$relname
=
"(Xenial Xerus)"
;
$distconfid
=
'ubuntu1604'
;
$distconfid
=
'ubuntu1604'
;
...
...
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