6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
define('_CAPTCHA_', 1);
|
|
include_once("./_common.php");
|
|
|
|
echo chk_captcha();
|
|
?>
|