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 0478d4a commit f02be96Copy full SHA for f02be96
server/lib/classes/monitor_tools.inc.php
@@ -215,13 +215,11 @@ public function get_distname() {
215
$distver = 'Unknown';
216
$distid = 'centos53';
217
$distbaseid = 'fedora';
218
- swriteln("Operating System: CentOS 6 or compatible\n");
219
} elseif(stristr($content, 'CentOS Linux release 7')) {
220
$distname = 'CentOS';
221
222
223
224
- swriteln("Operating System: CentOS 7 or compatible\n");
225
} else {
226
$distname = 'Redhat';
227
0 commit comments