Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2020-01-09 17:17:42 +00:00
32 changed files with 96 additions and 2 deletions

View File

@ -62,7 +62,9 @@ use const SOCK_DGRAM;
use const SOL_UDP;
class Internet{
/** @var string|false */
public static $ip = false;
/** @var bool */
public static $online = true;
/**