[PHP] pobierz, plaintext header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename=' . $file); header('Content-Type: application/force-download'); readfile(DOCROOT.'/content/downloads/'.$path.'/'.$file);[PHP] pobierz, plaintext