We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938676a commit cc8a3e8Copy full SHA for cc8a3e8
1 file changed
server/lib/classes/monitor_tools.inc.php
@@ -217,21 +217,18 @@ function get_distname() {
217
$distconfid = 'debian100';
218
$distid = 'debian60';
219
$distbaseid = 'debian';
220
- swriteln("Operating System: Debian 10.0 (Buster) or compatible\n");
221
} elseif(strstr(trim(file_get_contents('/etc/debian_version')), '/sid')) {
222
$distname = 'Debian';
223
$distver = 'Testing';
224
225
$distconfid = 'debiantesting';
226
227
- swriteln("Operating System: Debian Testing\n");
228
} else {
229
230
$distver = 'Unknown';
231
232
233
234
- swriteln("Operating System: Debian or compatible, unknown version.\n");
235
}
236
237
0 commit comments