diff --git a/install/lib/install.lib.php b/install/lib/install.lib.php index 684e3d2bd6888ca6fcf8c244853168027efda1d1..7f30a4122a994032cc7db10aecf9ddb452fb9c7c 100644 --- a/install/lib/install.lib.php +++ b/install/lib/install.lib.php @@ -92,6 +92,10 @@ function get_distname() { $mainver = $ver; } switch ($mainver){ + case "17.04": + $relname = "(Zesty Zapus)"; + $distconfid = 'ubuntu1604'; + break; case "16.10": $relname = "(Yakkety Yak)"; $distconfid = 'ubuntu1604'; diff --git a/server/lib/classes/monitor_tools.inc.php b/server/lib/classes/monitor_tools.inc.php index 5d2a402de71a151af081c0190a0938b50b8f93af..6b156436682ad17442eb52474d3bc037a35f181e 100644 --- a/server/lib/classes/monitor_tools.inc.php +++ b/server/lib/classes/monitor_tools.inc.php @@ -87,6 +87,10 @@ class monitor_tools { $mainver = $ver; } switch ($mainver){ + case "17.04": + $relname = "(Zesty Zapus)"; + $distconfid = 'ubuntu1604'; + break; case "16.10": $relname = "(Yakkety Yak)"; $distconfid = 'ubuntu1604';