- 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 * Include Math_BigInteger
*/ */
require_once('Math/BigInteger.php'); if (!class_exists('Math_BigInteger')) {
require_once('Math/BigInteger.php');
}
/**#@+ /**#@+
* Tag Classes * Tag Classes