Skip to content

Commit 8ace0ef

Browse files
committed
Force exit after redirect
1 parent e544c9b commit 8ace0ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Helpers/pageview_helper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ function asset_url(string $filePath): string
7575
function redirectPage(string $path)
7676
{
7777
header('Location: ' . site_url($path));
78+
exit;
7879
}
7980
}

0 commit comments

Comments
 (0)