summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-27 15:43:32 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-27 15:43:40 -0500
commit58b4b246a83ecc77ad3d5774cada1aaaa3e6d8b4 (patch)
tree9a971750d8d9c46d6505256aed99298fc0e4d1c5 /usr/local
parent4ed69f3394a336c2fe6c8fa81741e55036bd70b7 (diff)
downloadpfsense-58b4b246a83ecc77ad3d5774cada1aaaa3e6d8b4.zip
pfsense-58b4b246a83ecc77ad3d5774cada1aaaa3e6d8b4.tar.gz
Flush the buffer
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/crash_reporter.php2
1 files changed, 2 insertions, 0 deletions
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 "<p/>";
echo gettext("Uploading...");
+ ob_flush();
+ flush();
if(is_array($files_to_upload)) {
$resp = upload_crash_report($files_to_upload);
exec("rm /var/crash/*");
OpenPOWER on IntegriCloud