updated core and modules
This commit is contained in:
+1
-7
@@ -31,12 +31,6 @@ final class Php54
|
||||
return false;
|
||||
}
|
||||
|
||||
$data = pack('H*', $data);
|
||||
|
||||
if (false !== strpos($data, "\0")) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return $data;
|
||||
return pack('H*', $data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user