mirror of
https://github.com/YGGverse/YGGwave.git
synced 2026-03-31 17:55:37 +00:00
fix signal positions
This commit is contained in:
parent
bad24c2960
commit
b65afef938
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue