Continued:
[core.git] / contrib / lfdb2 / read.php
index ae573df2ddbefd109858ac67e3a167b1a5811d73..da41e10278a6e2a80f8fa0dda4c2471b5df098bc 100644 (file)
@@ -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]
-?>