Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
485
Issues
485
List
Boards
Labels
Service Desk
Milestones
Merge Requests
23
Merge Requests
23
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISPConfig
ISPConfig 3
Commits
3b8c4a2b
Commit
3b8c4a2b
authored
May 09, 2017
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated version detection code for Ubuntu 17.04
parent
de4d7883
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
install/lib/install.lib.php
install/lib/install.lib.php
+4
-0
server/lib/classes/monitor_tools.inc.php
server/lib/classes/monitor_tools.inc.php
+4
-0
No files found.
install/lib/install.lib.php
View file @
3b8c4a2b
...
...
@@ -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'
;
...
...
server/lib/classes/monitor_tools.inc.php
View file @
3b8c4a2b
...
...
@@ -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'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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