setting proper mime-type

git-svn-id: https://svn.cakephp.org/repo/trunk/cake@408 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
phpnut 2005-07-21 04:33:53 +00:00
parent 9d1d0201ec
commit 009383941a

View file

@ -1,6 +1,6 @@
<?php
//////////////////////////////////////////////////////////////////////////
// + $Id: $
// + $Id$
// +------------------------------------------------------------------+ //
// + Cake PHP : Rapid Development Framework <http://www.cakephp.org/> + //
// + Copyright: (c) 2005, CakePHP Authors/Developers + //
@ -23,9 +23,9 @@
* @package cake
* @subpackage cake.libs.helpers
* @since CakePHP v 0.9.2
* @version $Revision: $
* @modifiedby $LastChangedBy: $
* @lastmodified $Date: $
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*
*/