mirror of
https://github.com/YGGverse/YGGwave.git
synced 2025-02-07 12:24:22 +00:00
fix signal positions
This commit is contained in:
parent
bad24c2960
commit
b65afef938
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
if ($host = parse_url($data[2], PHP_URL_HOST)) {
|
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>',
|
$result[] = sprintf('<div style="top:%s%%;left:%s%%">%s</div>',
|
||||||
self::_getSignalPosition($hash),
|
self::_getSignalPosition($hash),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user