[geeklog-cvs] Geeklog-1.x/system/classes downloader.class.php, 1.14, 1.15

Dirk Haun dhaun at qs1489.pair.com
Mon Aug 11 10:11:26 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system/classes
In directory qs1489.pair.com:/tmp/cvs-serv49595/system/classes

Modified Files:
	downloader.class.php 
Log Message:
We accept "image/png" for uploads, so we should also accept it for downloads


Index: downloader.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/downloader.class.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** downloader.class.php	25 Nov 2007 06:59:56 -0000	1.14
--- downloader.class.php	11 Aug 2008 14:11:21 -0000	1.15
***************
*** 3,7 ****
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.3                                                               |
  // +---------------------------------------------------------------------------+
  // | downloader.class.php                                                      |
--- 3,7 ----
  /* Reminder: always indent with 4 spaces (no tabs). */
  // +---------------------------------------------------------------------------+
! // | Geeklog 1.5                                                               |
  // +---------------------------------------------------------------------------+
  // | downloader.class.php                                                      |
***************
*** 9,13 ****
  // | Geeklog file download class library.                                      |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2002-2005 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs       - tony AT tonybibbs DOT com                     |
--- 9,13 ----
  // | Geeklog file download class library.                                      |
  // +---------------------------------------------------------------------------+
! // | Copyright (C) 2002-2008 by the following authors:                         |
  // |                                                                           |
  // | Authors: Tony Bibbs       - tony AT tonybibbs DOT com                     |
***************
*** 208,211 ****
--- 208,212 ----
                      'jpg' => 'image/jpeg',
                      'jpeg' => 'image/jpeg',
+                     'png' => 'image/png',
                      'png' => 'image/x-png',
                      'mp3' => 'audio/mpeg',




More information about the geeklog-cvs mailing list