Code tidy

This commit is contained in:
John Crisp
2020-02-27 18:01:17 +01:00
parent 4a348bc521
commit 081de22d9c

View File

@@ -30,7 +30,7 @@ function upload($source, $destination, $content_type="application/octet-stream")
# header("Cache-Control: no-store, no-cache, must-revalidate"); # header("Cache-Control: no-store, no-cache, must-revalidate");
# header("Cache-Control: post-check=0, pre-check=0", false); # header("Cache-Control: post-check=0, pre-check=0", false);
# header("Pragma: no-cache"); # header("Pragma: no-cache");
header("Content-Type: $content_type"); header("Content-Type: $content_type");
if (is_array($source)) { if (is_array($source)) {
$fsize = 0; $fsize = 0;