Removed debug

This commit is contained in:
TimZ99 2020-05-25 17:44:01 +02:00
parent 13a9b3c56d
commit b378f3b4ba
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class StatusUpdater
// Settings
$max_runs = ($max_runs == null || $max_runs > 1) ? 1 : $max_runs;
$server_ip = escapeshellcmd($this->server['ip']);
$os_is_windows = strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN';
$os_is_windows = strtoupper(substr(PHP_OS, 0, 3)) === 'WIN';
$status = $os_is_windows ?
$this->pingFromWindowsMachine($server_ip, $max_runs) :