]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - api/common_api.php
More towards notes (still not finished)
[irc/unrealircd/unrealircd-webpanel.git] / api / common_api.php
index b29e2826d010b024aa56eff96d8cd993ef6932b7..44e9ab9f9e4774c5b0048fd53307e1f3f192ffc8 100644 (file)
@@ -57,7 +57,8 @@ function flush_completely()
        }
 }
 
-flush_completely();
+if (!defined('NO_EVENT_STREAM_HEADER'))
+       flush_completely();
 
 /* Send server-sent events (SSE) message */
 function send_sse($json)