summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizards
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2016-11-21 13:53:27 -0500
committerSteve Beaver <sbeaver@netgate.com>2016-11-21 13:54:35 -0500
commit5bf9c6f7add7f84d3aef15c56da89a10a74b59b1 (patch)
tree77d5efa4dae1be90f73d2234ea33fc65770be088 /src/usr/local/www/wizards
parenta7391526c83a8d4b33e81d730141a4811ae8d482 (diff)
downloadpfsense-5bf9c6f7add7f84d3aef15c56da89a10a74b59b1.zip
pfsense-5bf9c6f7add7f84d3aef15c56da89a10a74b59b1.tar.gz
Revise update_filter_relaod_status() function to append status messages rather than overwrite the file
Diffstat (limited to 'src/usr/local/www/wizards')
-rw-r--r--src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc1
-rw-r--r--src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc b/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
index 51a16c3..51b8c57 100644
--- a/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
+++ b/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
@@ -662,7 +662,6 @@ function step8_stepsubmitphpaction() {
/* And we're no longer dirty! */
clear_subsystem_dirty('shaper');
- update_filter_reload_status("Initializing");
header("Location: status_filter_reload.php");
exit;
}
diff --git a/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
index fbc01d4..52ea5f2 100644
--- a/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
+++ b/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
@@ -728,7 +728,6 @@ function step8_stepsubmitphpaction() {
/* And we're no longer dirty! */
clear_subsystem_dirty('shaper');
- update_filter_reload_status("Initializing");
header("Location: status_filter_reload.php");
exit;
}
OpenPOWER on IntegriCloud