Fix a missing $

This commit is contained in:
orboditilt 2019-01-07 00:38:26 +01:00
parent f8882d4f93
commit 747c771862

View File

@ -139,7 +139,7 @@ function wiiuhaxx_generatepayload()
if($loader === FALSE || strlen($loader) < 4)return FALSE; if($loader === FALSE || strlen($loader) < 4)return FALSE;
if($USE_FIXED_PAYLOAD_LEGNTH != -1){ if($USE_FIXED_PAYLOAD_LEGNTH != -1){
$len = USE_FIXED_PAYLOAD_LEGNTH; $len = $USE_FIXED_PAYLOAD_LEGNTH;
}else{ }else{
$len = strlen($actual_payload); $len = strlen($actual_payload);
} }