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();
|
die();
|
||||||
|
|
||||||
|
|
||||||
@ -141,4 +141,4 @@ function addToTable($lat, $lon, $url, $table, $conn) {
|
|||||||
//($res) ? printf("true") : printf("false");
|
//($res) ? printf("true") : printf("false");
|
||||||
return $res;
|
return $res;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user