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_lan.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr/local/www/interfaces_lan.php') diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php index 4209752..20f43a4 100755 --- a/usr/local/www/interfaces_lan.php +++ b/usr/local/www/interfaces_lan.php @@ -256,6 +256,10 @@ function enable_change(enable_over) { if ($_POST['apply'] <> "") { + ob_flush(); + flush(); + sleep(1); + interfaces_lan_configure(); /* sync filter configuration */ -- cgit v1.1