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 2b1aea9 commit dd35b78Copy full SHA for dd35b78
1 file changed
lib/functions.php
@@ -44,6 +44,7 @@ function redirect_url($url, $type = 'php')
44
switch ($type) {
45
case 'php':
46
header('Location: '.$url);
47
+ exit();
48
break;
49
case 'js':
50
echo '<script type="text/javascript">location.href="'.$url.'";</script>';
0 commit comments