From a0b412696e353ee31e138c7e18405af636f72e08 Mon Sep 17 00:00:00 2001 From: infinitesunrise Date: Fri, 21 Oct 2016 23:01:20 -0400 Subject: [PATCH] comment change --- api/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api/index.php b/api/index.php index 0865ab2..6b1c926 100644 --- a/api/index.php +++ b/api/index.php @@ -301,7 +301,6 @@ function upload(){ if (array_key_exists('success', $result)){ http_response_code(200); } else if (array_key_exists('error', $result)){ http_response_code(400); } - //http_response_code(400); header('Content-type: application/json'); header('Cache-Control: no-cache, must-revalidate');