From f2ac56aff94eaf0e985e6fcfe182a38f96bec4e5 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Wed, 24 Oct 2001 08:54:33 +0000 Subject: [PATCH] Flushes the message header. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1601 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index dfcf7e24..1b123171 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -418,8 +418,9 @@ do_hook("read_body_header"); echo '' . ' ' . - '' . - "\n" . + '
'; + flush(); + echo "\n" . "
\n" . '
'; -- 2.25.1