Skip to content

Commit 94faaec

Browse files
author
ncomputers.org
committed
changed debian90 to debian60
1 parent 22afe30 commit 94faaec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/monitor_tools.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function get_distname() {
206206
} elseif(strstr(trim(file_get_contents('/etc/debian_version')), '/sid')) {
207207
$distname = 'Debian';
208208
$distver = 'Testing';
209-
$distid = 'debian90';
209+
$distid = 'debian60';
210210
$distconfid = 'debiantesting';
211211
$distbaseid = 'debian';
212212
} else {

0 commit comments

Comments
 (0)