2012-06-06 20:12:18 +02:00

5 lines
104 B
PHP

<?php
header('Content-type: text/plain');
header('Content-disposition: attachment');
display_captcha();