Removed Math_BigInteger dependency

This commit is contained in:
Shoghi Cervantes Pueyo
2013-02-15 20:04:21 +01:00
parent 39df588dd9
commit b3db08a370
6 changed files with 22 additions and 3646 deletions

View File

@ -37,7 +37,7 @@ set_include_path(get_include_path() . PATH_SEPARATOR . FILE_PATH);
ini_set("memory_limit", "256M");
define("LOG", true);
define("MAGIC", "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x12\x34\x56\x78");
define("TEST_MD5", "d0ca3786e53b615bb4fb9f5094d5c9a7");
define("TEST_MD5", "2c25fb29459162c2a865b370ef0cdfcf");
define("MAJOR_VERSION", "Alpha_1.2dev");
define("CURRENT_STRUCTURE", 5);
define("CURRENT_PROTOCOL", 9);