From 081de22d9c0bfe09a2ee347d7d7da7f9b1303f13 Mon Sep 17 00:00:00 2001 From: John Crisp Date: Thu, 27 Feb 2020 18:01:17 +0100 Subject: [PATCH] Code tidy --- include/my_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/my_functions.php b/include/my_functions.php index 536248f..359c70b 100644 --- a/include/my_functions.php +++ b/include/my_functions.php @@ -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: post-check=0, pre-check=0", false); # header("Pragma: no-cache"); - header("Content-Type: $content_type"); + header("Content-Type: $content_type"); if (is_array($source)) { $fsize = 0;