mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 10:15:14 +00:00
[feature/consistent-file-endings] Remove remaining ?> from PHP files.
This commit is contained in:
parent
2306b73677
commit
5923f4ad68
@ -140,4 +140,3 @@ function crypt_random($min = 0, $max = 0x7FFFFFFF)
|
|||||||
extract(unpack('Nrandom', $crypto->encrypt("\0\0\0\0")));
|
extract(unpack('Nrandom', $crypto->encrypt("\0\0\0\0")));
|
||||||
return abs($random) % ($max - $min) + $min;
|
return abs($random) % ($max - $min) + $min;
|
||||||
}
|
}
|
||||||
?>
|
|
@ -1415,4 +1415,3 @@ class Net_SSH1 {
|
|||||||
return rtrim($this->server_identification);
|
return rtrim($this->server_identification);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user