1
0
mirror of https://github.com/danog/phpseclib.git synced 2025-01-22 04:51:19 +01:00

- add autoloading support to ASN1.php

This commit is contained in:
terrafrost 2012-08-01 23:57:11 -05:00
parent 46ac3b92f1
commit de2691a281

View File

@ -44,7 +44,9 @@
/**
* Include Math_BigInteger
*/
require_once('Math/BigInteger.php');
if (!class_exists('Math_BigInteger')) {
require_once('Math/BigInteger.php');
}
/**#@+
* Tag Classes