summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-11-29 14:54:47 +0000
committerErmal <eri@pfsense.org>2010-11-29 14:54:47 +0000
commit5b2f628e5041c3ca8f4956a9c7899afcbd39b697 (patch)
tree161077e88e04371c78541cd36425f573993651c7 /usr/local/www/wizards/traffic_shaper_wizard.inc
parent1bab0df1b7fd06ecb2818f69187214a70de238b9 (diff)
downloadpfsense-5b2f628e5041c3ca8f4956a9c7899afcbd39b697.zip
pfsense-5b2f628e5041c3ca8f4956a9c7899afcbd39b697.tar.gz
Add exit; so the redirection actually works.
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.inc')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index e42de1e..5a39e90 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -559,6 +559,7 @@ function step8_stepsubmitphpaction() {
function step9_stepsubmitphpaction() {
global $g, $config;
header("status_filter_reload.php");
+ exit;
}
function apply_all_choosen_items() {
OpenPOWER on IntegriCloud