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:53:27 -0500
commit4f7956add0ca5bfd49a2a07442abb05d8efa185c (patch)
treed87084b9283fefab70a8d719ddabc227b487cd4b /src/usr/local/www/wizards
parentdf99572180d912861c98cf3a285b871cb059e229 (diff)
downloadpfsense-4f7956add0ca5bfd49a2a07442abb05d8efa185c.zip
pfsense-4f7956add0ca5bfd49a2a07442abb05d8efa185c.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 1ebf6f0..0416297 100644
--- a/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
+++ b/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
@@ -630,7 +630,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 a5c48db6..a50a1bf 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
@@ -696,7 +696,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