Skip to content

Commit 71b48fd

Browse files
author
florian030
committed
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into stable-3.1
2 parents fb593ea + 165e6af commit 71b48fd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

install/lib/install.lib.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ function get_distname() {
9595
$mainver = current($mainver).'.'.next($mainver);
9696
}
9797
switch ($mainver){
98+
case "18.04":
99+
$relname = "(Bionic Beaver)";
100+
$distconfid = 'ubuntu1804';
101+
break;
98102
case "17.10":
99103
$relname = "(Artful Aardvark)";
100104
$distconfid = 'ubuntu1710';

server/lib/classes/monitor_tools.inc.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ function get_distname() {
8787
$mainver = $ver;
8888
}
8989
switch ($mainver){
90+
case "18.04":
91+
$relname = "(Bionic Beaver)";
92+
$distconfid = 'ubuntu1804';
93+
break;
9094
case "17.10":
9195
$relname = "(Artful Aardvark)";
9296
$distconfid = 'ubuntu1710';

0 commit comments

Comments
 (0)