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