developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Ticket #494: patch.diff
File patch.diff, 729 bytes (added by bastnic, 13 years ago) |
---|
-
lib/jelix/core/response/jResponseZip.class.php
54 54 return false; 55 55 } 56 56 $this->_httpHeaders['Content-Type']='application/zip'; 57 $this->_httpHeaders['Content-Disposition']='attachment; filename="'.$this->zip filename.'"';57 $this->_httpHeaders['Content-Disposition']='attachment; filename="'.$this->zipFilename.'"'; 58 58 59 59 $this->addHttpHeader('Content-Description','File Transfert',false); 60 60 $this->addHttpHeader('Content-Transfer-Encoding','binary',false);