From b65afef938fc97342d7f9e51b2c4f360cb0eda1c Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 31 May 2023 18:39:23 +0300 Subject: [PATCH] fix signal positions --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 1548f54..681645e 100644 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ if ($host = parse_url($data[2], PHP_URL_HOST)) { - $hash = crc32($host); + $hash = crc32($data[2]); $result[] = sprintf('
%s
', self::_getSignalPosition($hash),