Do not doxx urself pls
This commit is contained in:
parent
61bd44af03
commit
ca53c1c65f
@ -63,7 +63,6 @@ class DataCenter
|
||||
\danog\MadelineProto\Logger::log('Connecting to DC '.$dc_number.' ('.$test.' server, '.$ipv6.')...');
|
||||
|
||||
$this->sockets[$dc_number] = new Connection($address, $port, $settings['protocol'], $settings['timeout']);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -23,7 +23,7 @@ trait Tools
|
||||
return '';
|
||||
}
|
||||
|
||||
return \danog\MadelineProto\Tools::random($length);
|
||||
return \phpseclib\Crypt\Random::string($length);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user