캡챠사용시 ss_bo_table, ss_wr_id 세션이 생기지 않던 오류 수정 & g5_captcha_path 제거
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
<?php
|
||||
include_once("_common.php");
|
||||
header("Content-Type: text/html; charset=$g4[charset]");
|
||||
require(dirname(__FILE__).'/kcaptcha_config.php');
|
||||
include('captcha.lib.php');
|
||||
include_once(dirname(__FILE__).'/kcaptcha_config.php');
|
||||
include_once('captcha.lib.php');
|
||||
|
||||
while(true){
|
||||
$keystring='';
|
||||
|
||||
Reference in New Issue
Block a user