Remove the redirect.
This commit is contained in:
parent
287869d71f
commit
c9e44dca4b
|
|
@ -294,15 +294,6 @@
|
||||||
unset($sql, $parameters, $result, $row);
|
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
|
//set the time zone
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue