X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=contrib%2Flfdb2%2Fread.php;h=da41e10278a6e2a80f8fa0dda4c2471b5df098bc;hp=ae573df2ddbefd109858ac67e3a167b1a5811d73;hb=f57dd51863ec9baacba447d76b46d5c709b9b02e;hpb=bde1a7331a8a5c1e4a304583c0db268026aeb8a8 diff --git a/contrib/lfdb2/read.php b/contrib/lfdb2/read.php index ae573df2..da41e102 100644 --- a/contrib/lfdb2/read.php +++ b/contrib/lfdb2/read.php @@ -65,6 +65,3 @@ $decoded = gzuncompress($decoded); print 'Writing ' . strlen($decoded) . ' bytes to output ...' . PHP_EOL; file_put_contents('test.data.out' . ($__factor * 2), $decoded); - -// [EOF] -?>