Fix redirect

This commit is contained in:
Daniel Løvbrøtte Olsen 2016-08-27 23:21:29 +02:00 committed by GitHub
parent d9dd35ba27
commit 0295e3f5da

View File

@ -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();
@ -141,4 +141,4 @@ function addToTable($lat, $lon, $url, $table, $conn) {
//($res) ? printf("true") : printf("false");
return $res;
}
?>
?>