설문조사 결과보기 페이지 캡차 라이브러리 경로 추가

This commit is contained in:
chicpro
2013-01-31 10:41:19 +09:00
parent cfabd5301d
commit 4249ffe2bf

View File

@ -1,6 +1,6 @@
<?
define('G4_CAPTCHA', 1);
include_once('./_common.php');
include_once(G4_GCAPTCHA_PATH.'/gcaptcha.lib.php');
$po = sql_fetch(" select * from {$g4['poll_table']} where po_id = '{$po_id}' ");
if (!$po['po_id'])