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