3 lines
66 B
PHP
3 lines
66 B
PHP
<?php
|
|
header('Content-type: image/jpeg');
|
|
display_captcha($word);
|
<?php
|
|
header('Content-type: image/jpeg');
|
|
display_captcha($word);
|