diff --git a/blomzt/add.php b/blomzt/add.php index adb1486..9ec9b12 100644 --- a/blomzt/add.php +++ b/blomzt/add.php @@ -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; } -?> \ No newline at end of file +?>