Remove reference to RINO version 2

This commit is contained in:
Hypolite Petovan 2018-01-19 12:06:09 -05:00
parent 2c284f30c2
commit 98344a9d08
1 changed files with 0 additions and 5 deletions

View File

@ -1294,11 +1294,6 @@ class DFRN
switch ($rino_remote_version) {
case 1:
case 2:
// Force downgrade in case the remote server is still using the deprecated version 2
$rino = 1;
$rino_remote_version = 1;
$key = openssl_random_pseudo_bytes(16);
$data = self::aesEncrypt($postvars['data'], $key);
break;