Forums
(@silberfischer)
6 years, 11 months ago
Ok, I fix it by myself, thank you!
I change the following line (89) on the registration.php with function mt_getrandmax():
$check_token = time() . md5(mt_rand(1000000000, mt_getrandmax()) . $licensekey);