Skip to content

Commit

Permalink
Update index.php: useRemoteWebsite implies hasRemoteWebsite
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Nov 18, 2024
1 parent 6420eb9 commit 48bccc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit 48bccc2

Please sign in to comment.