쪽지보내기 캡챠코드 수정

This commit is contained in:
gnuboard
2013-01-29 18:13:43 +09:00
parent b5544f9f8c
commit 8aa9e0baae
5 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?php
define('G4_CAPTCHA', 1);
include_once("./_common.php");
include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php');
echo chk_captcha();
?>