Prise en compte du paramètre can_attach pour dire si on a le droit ou non d'envoyer...
[banana.git] / examples / xface.php
CommitLineData
90962c86 1<?php
2
41cf00eb 3header('Content-Type: image/jpeg');
4passthru('echo '.escapeshellarg(base64_decode($_REQUEST['face'])).'|uncompface -X |convert xbm:- jpg:-');
cced14b6 5
90962c86 6?>