<?php
	$file="Презентация tehplan-online.ppt";
	header("Content-type: application/mspowerpoint");
	header("Content-Disposition: attachment; filename=Презентация_www.tehplan-online.ru.ppt");
	readfile($file);
?>