fix data type

This commit is contained in:
ghost 2024-01-12 18:44:56 +02:00
parent c942dc98d0
commit d07ba95654

View File

@ -88,7 +88,7 @@ class Master
}
// Is end of packet
if (true === str_starts_with($host, 0))
if (true === str_starts_with($host, (string) 0))
{
break;
}