mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-16 08:30:15 +00:00
If output buffering is turned on, PHP can be a bit slack about sending the data to the client before closing the connection with exit(). These changes ensure we call ob_flush() before we leave. We call @ob_flush() so we don't get noisy warnings when output buffering is off...