Added integrity test

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-18 18:55:33 +01:00
parent 0b70b36ee1
commit d9c39ca816
3 changed files with 39 additions and 12 deletions

View File

@ -37,4 +37,5 @@ ini_set("memory_limit", "1024M");
define("CURRENT_PROTOCOL", 5);
define("CURRENT_VERSION", 1);
define("LOG", true);
define("MAGIC", "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x12\x34\x56\x78");
define("MAGIC", "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x12\x34\x56\x78");
define("TEST_MD5", "5ca8eced50a5801619f7ae86d631a4e7");