'.xmind', 'freemind' => '.mm' ); Header ( "Content-Disposition: attachment; filename=" . urlencode($downloadName) . $T[ $type ] ); } readfile( $file ); unlink( $file );