diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-11 17:18:30 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-11 17:18:30 +0000 |
commit | 8d08598fa17ec47a5efb55f4f428358480b9159c (patch) | |
tree | 28b627f54847ce0cd123d4a5b775e4c0ba67370c | |
parent | 6035422dc0a8376ca1da17a99b4508dbbc5cd89d (diff) |
Add newline to end of header
-rwxr-xr-x | upload_file.php | 2 |
1 files changed, 1 insertions, 1 deletions
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), ), |