forked from science-ation/science-ation
Attempt to fix issue with IE downloading files
This commit is contained in:
parent
02d8723ab6
commit
b37f0ef9cc
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user