diff --git a/index.php b/index.php index d697cff..7a999d1 100644 --- a/index.php +++ b/index.php @@ -64,7 +64,7 @@
' . $command . ' - ' . (str_starts_with($_GET["map"], "https") ? "" : '') . ' + ' . (!str_starts_with($_GET["map"], "https") ? "" : '') . '
'; return;