Attempt to fix issue with IE downloading files

This commit is contained in:
justin 2009-04-04 03:53:48 +00:00
parent 02d8723ab6
commit b37f0ef9cc

View File

@ -32,6 +32,8 @@
if($_GET['csv'] == 'yes') {
header("Content-type: text/csv");
header("Cache-Control: no-cache");
header("Content-disposition: inline; filename=judging_scores.csv");
} else {
send_header("Judging Score Entry",
array('Committee Main' => 'committee_main.php',