Skip to content

Commit

Permalink
Merge pull request #234 from Yaffle/patch-3
Browse files Browse the repository at this point in the history
Update message.php
  • Loading branch information
odinho committed Aug 14, 2013
2 parents 8b204fa + a791ba7 commit 2b67758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eventsource/resources/message.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
$newline = !empty($_GET["newline"]) ? ($_GET["newline"] == "none" ? "" : $_GET["newline"]) : "\n\n";
header("Content-Type: " . $mime);
echo $message . $newline;
echo "\n";
exit();
?>

0 comments on commit 2b67758

Please sign in to comment.