Remove obsolete file
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Mon, 29 Jan 2007 20:16:21 +0000 (20:16 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:35:24 +0000 (00:35 +0100)
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@185 9869982d-c50d-0410-be91-f2a2ec7c7c7b

examples/xface.php [deleted file]

diff --git a/examples/xface.php b/examples/xface.php
deleted file mode 100644 (file)
index 613ff06..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-header('Content-Type: image/gif');
-passthru('echo ' . escapeshellarg(base64_decode($_REQUEST['face']))
-        . '| uncompface -X '
-        . '| convert -transparent white xbm:- gif:-');
-
-// vim:set et sw=4 sts=4 ts=4
-?>