diff --git a/config/backuprestore.php b/config/backuprestore.php index 7269029..bd7909c 100644 --- a/config/backuprestore.php +++ b/config/backuprestore.php @@ -79,6 +79,8 @@ while($tr=mysql_fetch_row($tableq)) { header("Content-Type: text/sql"); header("Content-Disposition: attachment; filename=sfiab_backup_".date("Y-m-d-H-i-s",$ts).".sql"); header("Content-Length: ".strlen($dump)); +//Make IE with SSL work +header("Pragma: public"); echo $dump; } else if($_POST['action']=="restore") {