Added checksum validation for VDM packages and improved the JCB package import area
This commit is contained in:
@ -4983,6 +4983,7 @@ class Get
|
||||
{
|
||||
$path = $file;
|
||||
}
|
||||
// now we go line by line
|
||||
foreach (new SplFileObject($file) as $lineNumber => $lineContent)
|
||||
{
|
||||
// we musk keep last few lines to dynamic find target entry later
|
||||
|
Reference in New Issue
Block a user