mirror of
https://github.com/wiiu-env/wiiuhaxx_common.git
synced 2024-12-18 12:11:50 +01:00
Fix a missing $
This commit is contained in:
parent
f8882d4f93
commit
747c771862
@ -139,7 +139,7 @@ function wiiuhaxx_generatepayload()
|
||||
if($loader === FALSE || strlen($loader) < 4)return FALSE;
|
||||
|
||||
if($USE_FIXED_PAYLOAD_LEGNTH != -1){
|
||||
$len = USE_FIXED_PAYLOAD_LEGNTH;
|
||||
$len = $USE_FIXED_PAYLOAD_LEGNTH;
|
||||
}else{
|
||||
$len = strlen($actual_payload);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user