summaryrefslogtreecommitdiffstats
path: root/usr
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
parent1bab0df1b7fd06ecb2818f69187214a70de238b9 (diff)
downloadpfsense-5b2f628e5041c3ca8f4956a9c7899afcbd39b697.zip
pfsense-5b2f628e5041c3ca8f4956a9c7899afcbd39b697.tar.gz
Add exit; so the redirection actually works.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc1
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_dedicated.inc1
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_multi_all.inc1
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc1
4 files changed, 4 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() {
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
index 061c900..4811181 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
@@ -587,6 +587,7 @@ function step8_stepsubmitphpaction() {
function step9_stepsubmitphpaction() {
global $g, $config;
header("status_filter_reload.php");
+ exit;
}
function apply_all_choosen_items() {
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
index 63b3b11..d1a1122 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
@@ -620,6 +620,7 @@ function step8_stepsubmitphpaction() {
function step9_stepsubmitphpaction() {
global $g, $config;
header("status_filter_reload.php");
+ exit;
}
function apply_all_choosen_items() {
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 e4f5816..5186aa3 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
@@ -402,6 +402,7 @@ function step8_stepsubmitphpaction() {
function step9_stepsubmitphpaction() {
global $g, $config;
header("status_filter_reload.php");
+ exit;
}
function apply_all_choosen_items() {
OpenPOWER on IntegriCloud