Remove the redirect.

This commit is contained in:
FusionPBX 2021-07-31 22:21:31 -06:00 committed by GitHub
parent 287869d71f
commit c9e44dca4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -294,15 +294,6 @@
unset($sql, $parameters, $result, $row);
}
}
//redirect the user
if (check_str($_REQUEST["rdr"]) !== 'n'){
$path = check_str($_POST["path"]);
if (isset($path) && !empty($path) && $path!="index2.php" && $path!="/install.php") {
header("Location: ".$path);
exit();
}
}
}
//set the time zone