#!/usr/bin/php /dev/null 2>&1'); if (file_exists($recdir.$_GET['view'])){ header("Content-Type: application/octet-stream"); header("Content-Disposition: attachment; filename=".basename($_GET['view'].'.wav')); passthru("cat ".$wavfile); } } exit; } [[handbook:miko_edition|Обратно к описанию...]]