From 48bccc282480bf56fe8cb4613691970668d5e229 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Sun, 17 Nov 2024 19:48:52 -0600 Subject: [PATCH] Update index.php: useRemoteWebsite implies hasRemoteWebsite --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index c9cf6653c..be3dd4ae2 100644 --- a/html/index.php +++ b/html/index.php @@ -86,7 +86,7 @@ function DisplayTorProxyConfig() {} // Get the version of the remote Allsky Website, if it exists. $remoteWebsiteVersion = ""; -if ($hasRemoteWebsite && $useRemoteWebsite) { +if ($useRemoteWebsite) { $f = getRemoteWebsiteConfigFile(); $errorMsg = "WARNING: "; $retMsg = "";