From 58b4b246a83ecc77ad3d5774cada1aaaa3e6d8b4 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 27 Feb 2011 15:43:32 -0500 Subject: Flush the buffer --- usr/local/www/crash_reporter.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr/local') diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php index b82589a..d423568 100755 --- a/usr/local/www/crash_reporter.php +++ b/usr/local/www/crash_reporter.php @@ -105,6 +105,8 @@ $crash_report_header .= "\nCrash report details:\n"; $files_to_upload = glob("/var/crash/*"); echo "

"; echo gettext("Uploading..."); + ob_flush(); + flush(); if(is_array($files_to_upload)) { $resp = upload_crash_report($files_to_upload); exec("rm /var/crash/*"); -- cgit v1.1