Fixing style errors.

This commit is contained in:
stickler-ci 2023-02-15 14:16:18 +00:00
parent 5347d900e1
commit 3c7333f3e1

View File

@ -71,7 +71,7 @@ if (!empty($upload_dir)) {
$upload_dir = $temp_dir;
}
if ($_SERVER['REQUEST_METHOD'] === 'GET'){
if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$chunk_file = $temp_dir.'/'.$flowFilename.'.part'.$flowChunkNumber;
if (file_exists($chunk_file)) {
header("HTTP/1.0 200 Ok");