summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-12-07 20:08:36 +0000
committerErmal <eri@pfsense.org>2010-12-07 20:08:36 +0000
commitafa966a582ac1ebcd5a3ed77eb540a93f3660cf4 (patch)
treed1d6998b2fc888c8b571f96f548ca6e9e53f6cf1 /usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
parentc5901d2853b9a06a77b32c900c651fef790143f8 (diff)
downloadpfsense-afa966a582ac1ebcd5a3ed77eb540a93f3660cf4.zip
pfsense-afa966a582ac1ebcd5a3ed77eb540a93f3660cf4.tar.gz
Ticket #1081. Fix header() function to do correct redirection. Also remove bogus step9 in the wizards.
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
index 5186aa3..7410299 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
@@ -397,11 +397,7 @@ function step8_stepsubmitphpaction() {
clear_subsystem_dirty('shaper');
update_filter_reload_status("Initializing");
-}
-
-function step9_stepsubmitphpaction() {
- global $g, $config;
- header("status_filter_reload.php");
+ header("Location: status_filter_reload.php");
exit;
}
OpenPOWER on IntegriCloud