[PHP] pobierz, plaintext $ch = $_GET['file'];header("Content-type: application/octet-stream");header("Content-Disposition: attachment; filename=film.flv");readfile($ch);[PHP] pobierz, plaintext