From 8d08598fa17ec47a5efb55f4f428358480b9159c Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Fri, 11 Dec 2015 17:18:30 +0000 Subject: Add newline to end of header --- upload_file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upload_file.php') diff --git a/upload_file.php b/upload_file.php index 500c4b2..f1ed597 100755 --- a/upload_file.php +++ b/upload_file.php @@ -63,7 +63,7 @@ function send_upload_notification($fileurl, $posturl, $channel) { $options = array( 'http' => array( 'header' => "Content-type: application/x-www-form-urlencoded\r\n" . - "X-Blaears-Event: blaupload", + "X-Blaears-Event: blaupload\r\n", 'method' => 'POST', 'content' => http_build_query($data), ), -- cgit v1.2.3