summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-12 23:37:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-12 23:37:02 +0000
commit72a58eed71806c36d2fa8e0eb0c741ca9d5b991a (patch)
tree6a5157e32db99f7e604fe204dab319eb567c7d29 /usr/local/www/system_advanced.php
parent1ed57b159184aebaab5f1a848fcbb2476509ff64 (diff)
downloadpfsense-72a58eed71806c36d2fa8e0eb0c741ca9d5b991a.zip
pfsense-72a58eed71806c36d2fa8e0eb0c741ca9d5b991a.tar.gz
Flush before before setting web server reload flag
Diffstat (limited to 'usr/local/www/system_advanced.php')
-rwxr-xr-xusr/local/www/system_advanced.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index fefe384..74c6c4e 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -706,6 +706,7 @@ if ($_POST) {
if (($config['system']['webgui']['certificate'] != $oldcert)
|| ($config['system']['webgui']['private-key'] != $oldkey)) {
+ ob_flush();
touch("/tmp/restart_webgui");
}
OpenPOWER on IntegriCloud