diff options
Diffstat (limited to 'usr/local/www/interfaces_wan.php')
-rwxr-xr-x | usr/local/www/interfaces_wan.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php index 7f70ab0..d22671d 100755 --- a/usr/local/www/interfaces_wan.php +++ b/usr/local/www/interfaces_wan.php @@ -698,6 +698,11 @@ type_change(); if ($_POST) { if (!$input_errors) { + + ob_flush(); + flush(); + sleep(1); + interfaces_wan_configure(); /* sync filter configuration */ |