mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove the redirect.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user