From e52799082ef1f6c4ee7f43646daab7d909a93e50 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 15 Apr 2023 19:53:45 +0100 Subject: [PATCH] dont show button if not wip cmd --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 9c32034..0e0939c 100644 --- a/index.php +++ b/index.php @@ -62,7 +62,7 @@
' . $command . ' - + ' . (str_starts_with($_GET["map"], "https") ? "" : '') . '
'; return;