Vergleich inc/mailhandlers/smtp.php - 1.8.25 - 1.8.35
Zeile 276 | Zeile 276 |
---|---|
$this->connection = @fsockopen($this->host, $this->port, $error_number, $error_string, $this->timeout); |
$this->connection = @fsockopen($this->host, $this->port, $error_number, $error_string, $this->timeout); |
if(function_exists('stream_set_timeout') && DIRECTORY_SEPARATOR != '\\') | if(is_resource($this->connection) && function_exists('stream_set_timeout') && DIRECTORY_SEPARATOR != '\\') |
{ | { |