16d0332515149f1e8a5548520bf01bb29df2f25e
[banana.git] / xface.php
1 <?php
2
3 header('Content-Type: image/jpeg');
4 passthru('echo '.escapeshellarg(base64_decode($_REQUEST['face'])).'|uncompface -X |convert xbm:- jpg:-');
5
6 ?>