Fixing style errors.
This commit is contained in:
parent
5347d900e1
commit
3c7333f3e1
@ -71,7 +71,7 @@ if (!empty($upload_dir)) {
|
|||||||
$upload_dir = $temp_dir;
|
$upload_dir = $temp_dir;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($_SERVER['REQUEST_METHOD'] === 'GET'){
|
if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||||
$chunk_file = $temp_dir.'/'.$flowFilename.'.part'.$flowChunkNumber;
|
$chunk_file = $temp_dir.'/'.$flowFilename.'.part'.$flowChunkNumber;
|
||||||
if (file_exists($chunk_file)) {
|
if (file_exists($chunk_file)) {
|
||||||
header("HTTP/1.0 200 Ok");
|
header("HTTP/1.0 200 Ok");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user