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 91edf6f commit bc2d379Copy full SHA for bc2d379
1 file changed
lib/functions.php
@@ -44,8 +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>';
51
break;
0 commit comments