v1.1.5-cvs
----------
+[jan] Fix notices with certain output buffer configurations
+ (Valentin.Vidic@CARNet.hr, Bug #7851).
[mms] Turn DNS prefetching off when displaying untrusted message content
(Ticket #8836).
// Send what we have currently output so the browser can start
// loading CSS/JS. See:
// http://developer.yahoo.com/performance/rules.html#flush
+ ob_flush();
flush();
}
// Send what we have currently output so the browser can start
// loading CSS/JS. See:
// http://developer.yahoo.com/performance/rules.html#flush
+ ob_flush();
flush();
}