fix signal positions

This commit is contained in:
ghost 2023-05-31 18:39:23 +03:00
parent bad24c2960
commit b65afef938

View File

@ -21,7 +21,7 @@
if ($host = parse_url($data[2], PHP_URL_HOST)) {
$hash = crc32($host);
$hash = crc32($data[2]);
$result[] = sprintf('<div style="top:%s%%;left:%s%%">%s</div>',
self::_getSignalPosition($hash),