diff --git a/scripts/config.php b/scripts/config.php index 77a0038..f464f8c 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -113,7 +113,7 @@ if(isset($_GET["latitude"])){ echo ""; } @@ -466,7 +466,7 @@ function runProcess() { output.innerHTML = xhr.responseText; } }; - xhr.open('GET', `views.php?view=Settings&threshold=${threshold}`); + xhr.open('GET', `scripts/config.php?threshold=${threshold}`); xhr.send(); }