From a011eab2b168c190d9812c8c796ed44fd69dadc7 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Thu, 13 Jul 2006 09:38:32 +0000 Subject: [PATCH] Oops git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@459 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/banana.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/banana.php b/modules/banana.php index 4e7aee9..f45d8b2 100644 --- a/modules/banana.php +++ b/modules/banana.php @@ -103,7 +103,7 @@ class BananaModule extends PLModule function handler_xface(&$page, $face = null) { - header('Content-Type: image/jpeg'); + header('Content-Type: image/gif'); passthru('echo ' . escapeshellarg(base64_decode(strtr($face, '.:', '+/'))) . '| uncompface -X ' . '| convert -transparent white xbm:- gif:-'); -- 2.1.4