Do not doxx urself pls

This commit is contained in:
Daniil Gentili 2017-01-12 11:21:54 +01:00
parent 61bd44af03
commit ca53c1c65f
2 changed files with 1 additions and 2 deletions

View File

@ -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;
}

View File

@ -23,7 +23,7 @@ trait Tools
return '';
}
return \danog\MadelineProto\Tools::random($length);
return \phpseclib\Crypt\Random::string($length);
}
/**