Bug #23860 » afoeder_0046393_2.patch
class.t3lib_div.php (working copy) | ||
---|---|---|
if (class_exists('COM')) {
|
||
try {
|
||
$com = new COM('CAPICOM.Utilities.1');
|
||
$output = base64_decode($com->GetRandom($count, 0));
|
||
if(is_callable(array($com,'GetRandom'))) {
|
||
$output = base64_decode($com->GetRandom($count, 0));
|
||
}
|
||
} catch (Exception $e) {
|
||
// CAPICOM not installed
|
||
}
|
- « Previous
- 1
- 2
- Next »