A few minor optimizations

This commit is contained in:
Daniel Winzen
2020-10-15 19:15:23 +02:00
parent 9652d30c51
commit fe9971e979
5 changed files with 8 additions and 6 deletions

View File

@ -43,7 +43,7 @@ elseif(preg_match('~^HTTP/1\.1\s500\sInternal\sServer\sError\r\n~', $header) &&
$move->execute($tmp);
echo " - SCAM - moved";
}
elseif(preg_match('~^HTTP/1\.1\s500\sInternal\sServer\sError\r\n~', $header) && $body==='' && preg_match('~Connection:\s\[object\sObject\]\r\n~', $header2)){
elseif(preg_match('~^HTTP/1\.1\s500\sInternal\sServer\sError\r\n~', $header) && $body==='' && preg_match('~Connection:\s\[object\sObject]\r\n~', $header2)){
$move->execute($tmp);
echo " - SCAM - moved";
}