Fix redirect
This commit is contained in:
parent
d9dd35ba27
commit
0295e3f5da
@ -80,7 +80,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
||||
}
|
||||
|
||||
|
||||
header("Location: main.php#13/".$_POST["Latitude"]."/".$_POST["Longtitude"]);
|
||||
header("Location: /#13/".$_POST["Latitude"]."/".$_POST["Longtitude"]);
|
||||
die();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user