From 0655b91a9115e784a390ab04ced274b9a85544d2 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 15 Apr 2023 19:54:39 +0100 Subject: [PATCH] meow --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;