Skip to content

Commit

Permalink
need to call exit
Browse files Browse the repository at this point in the history
  • Loading branch information
otrok7 committed Dec 17, 2024
1 parent 3336efa commit 708a51d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/class-bread-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ function pwsix_process_wizard()
$data = json_encode($message);
header('Content-Length: ' . strlen($data));
file_put_contents('php://output', $data);
exit();
}
function pwsix_process_settings_admin()
{
Expand Down

0 comments on commit 708a51d

Please sign in to comment.