From 2e70a09691ff4ed0d24850e3e6c965223ec30465 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 26 Mar 2006 19:51:10 +0000 Subject: Flush buffers before reloading interface specific items --- usr/local/www/interfaces.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usr/local/www/interfaces.php') diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 7f70ab0..d22671d 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -698,6 +698,11 @@ type_change(); if ($_POST) { if (!$input_errors) { + + ob_flush(); + flush(); + sleep(1); + interfaces_wan_configure(); /* sync filter configuration */ -- cgit v1.1