Skip to content

Commit bc2d379

Browse files
committed
Revert "fix: redirect a indirizzo"
This reverts commit e009746.
1 parent 91edf6f commit bc2d379

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/functions.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ function redirect_url($url, $type = 'php')
4444
switch ($type) {
4545
case 'php':
4646
header('Location: '.$url);
47-
exit();
48-
47+
break;
4948
case 'js':
5049
echo '<script type="text/javascript">location.href="'.$url.'";</script>';
5150
break;

0 commit comments

Comments
 (0)