Backward compatibility with older versions
Closed this issue · 1 comments
BakasuraRCE commented
Versions up to this commit did not use the variable $no_expire_token:
Fix this line:
megacrypter/application/Utils/MegaCrypter.php
Line 506 in 9ccd381
By:
list($extra_info, $hide_name, $expire, $referer, $email, $zombie, $no_expire_token) = array_pad(explode('#', $extra), 7, null);
BakasuraRCE commented
hey?