summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 20:56:59 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 20:56:59 -0400
commit086b0a2f96fbad9113d7b289c4ef6732c941f8c3 (patch)
tree9754f303c23ee61236e83981ef92495897a447ce /usr
parent7e13820c1b4e87c2cb9467a537afbc801bef3802 (diff)
downloadpfsense-086b0a2f96fbad9113d7b289c4ef6732c941f8c3.zip
pfsense-086b0a2f96fbad9113d7b289c4ef6732c941f8c3.tar.gz
Flush the buffer before probing
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/installer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php
index c331cfb..4885495 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -602,6 +602,7 @@ function installer_custom() {
<img src="/themes/{$g['theme']}/images/misc/loader.gif"> Probing disks, please wait...
</div>
EOF;
+ ob_flush();
$disks = installer_find_all_disks();
if(!$disks) {
$custom_txt = gettext("WARNING: Could not find any suitable disks for installation.");
OpenPOWER on IntegriCloud