We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f6723 commit 434c05aCopy full SHA for 434c05a
1 file changed
src/Http.php
@@ -102,5 +102,7 @@ public static function redirect(array $filter = [], array $additional = []): voi
102
} else {
103
echo '<script data-cfasync="false">window.location.replace("'.$location.'");</script>';
104
}
105
+
106
+ die();
107
108
0 commit comments