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