diff --git a/client/scripts/regatten.js.php b/client/scripts/regatten.js.php index 1541b0e..0c99376 100644 --- a/client/scripts/regatten.js.php +++ b/client/scripts/regatten.js.php @@ -5,6 +5,8 @@ require_once(__DIR__ . '/../../server/config.php'); require_once(__DIR__ . '/../../server/version.php'); +// QUERY_URL changed in config.php (this is to update this file on client devices) + ?> const QUERY_URL = ''; diff --git a/server/version.php b/server/version.php index 6b8148a..082cc09 100644 --- a/server/version.php +++ b/server/version.php @@ -1,5 +1,5 @@