[Swfed-svn] swfed-svn [100] GIF 対応

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 1月 18日 (日) 14:26:02 JST


Revision: 100
          http://svn.sourceforge.jp/view?root=swfed&view=rev&rev=100
Author:   yoya
Date:     2009-01-18 14:26:02 +0900 (Sun, 18 Jan 2009)

Log Message:
-----------
GIF 対応

Modified Paths:
--------------
    trunk/www/swfimage.php


-------------- next part --------------
Modified: trunk/www/swfimage.php
===================================================================
--- trunk/www/swfimage.php	2009-01-18 05:18:37 UTC (rev 99)
+++ trunk/www/swfimage.php	2009-01-18 05:26:02 UTC (rev 100)
@@ -13,6 +13,9 @@
   case '.png':
     header("Content-type: image/png");
     break;
+  case '.gif':
+    header("Content-type: image/gif");
+    break;
   default:
     exit(1);
 }


Swfed-svn メーリングリストの案内
Back to archive index