mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
5 lines
104 B
PHP
5 lines
104 B
PHP
<?php
|
|
header('Content-type: text/plain');
|
|
header('Content-disposition: attachment');
|
|
display_captcha();
|