We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99441a4 commit ec1efcaCopy full SHA for ec1efca
server/lib/classes/monitor_tools.inc.php
@@ -203,7 +203,6 @@ function get_distname() {
203
$distconfid = 'debian90';
204
$distid = 'debian60';
205
$distbaseid = 'debian';
206
- swriteln("Operating System: Debian 9.0 (Stretch) or compatible\n");
207
} elseif(strstr(trim(file_get_contents('/etc/debian_version')), '/sid')) {
208
$distname = 'Debian';
209
$distver = 'Testing';
0 commit comments