diff options
-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), ), |