Skip to content

Commit cc8a3e8

Browse files
author
Till Brehm
committed
Missed to remove swriteln function in monitor lib/classes/monitor_tools.inc.php
1 parent 938676a commit cc8a3e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/lib/classes/monitor_tools.inc.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,21 +217,18 @@ function get_distname() {
217217
$distconfid = 'debian100';
218218
$distid = 'debian60';
219219
$distbaseid = 'debian';
220-
swriteln("Operating System: Debian 10.0 (Buster) or compatible\n");
221220
} elseif(strstr(trim(file_get_contents('/etc/debian_version')), '/sid')) {
222221
$distname = 'Debian';
223222
$distver = 'Testing';
224223
$distid = 'debian60';
225224
$distconfid = 'debiantesting';
226225
$distbaseid = 'debian';
227-
swriteln("Operating System: Debian Testing\n");
228226
} else {
229227
$distname = 'Debian';
230228
$distver = 'Unknown';
231229
$distid = 'debian60';
232230
$distconfid = 'debian100';
233231
$distbaseid = 'debian';
234-
swriteln("Operating System: Debian or compatible, unknown version.\n");
235232
}
236233
}
237234

0 commit comments

Comments
 (0)