Merge branch 'main' into develop

This commit is contained in:
slawkens
2025-11-13 20:08:38 +01:00
21 changed files with 121 additions and 38 deletions

View File

@@ -97,6 +97,8 @@ class OTS_ServerInfo
return new OTS_Buffer($data);
}
log_append('status-error.log', "Cannot connect to {$this->server}:{$this->port} - Error code: $error, message: $message");
return false;
}