mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add exit; so the redirection actually works.
This commit is contained in:
parent
1bab0df1b7
commit
5b2f628e50
@ -559,6 +559,7 @@ function step8_stepsubmitphpaction() {
|
||||
function step9_stepsubmitphpaction() {
|
||||
global $g, $config;
|
||||
header("status_filter_reload.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
function apply_all_choosen_items() {
|
||||
|
||||
@ -587,6 +587,7 @@ function step8_stepsubmitphpaction() {
|
||||
function step9_stepsubmitphpaction() {
|
||||
global $g, $config;
|
||||
header("status_filter_reload.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
function apply_all_choosen_items() {
|
||||
|
||||
@ -620,6 +620,7 @@ function step8_stepsubmitphpaction() {
|
||||
function step9_stepsubmitphpaction() {
|
||||
global $g, $config;
|
||||
header("status_filter_reload.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
function apply_all_choosen_items() {
|
||||
|
||||
@ -402,6 +402,7 @@ function step8_stepsubmitphpaction() {
|
||||
function step9_stepsubmitphpaction() {
|
||||
global $g, $config;
|
||||
header("status_filter_reload.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
function apply_all_choosen_items() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user