captcha 적용중

This commit is contained in:
gnuboard
2013-01-08 09:04:13 +09:00
parent 3dfea05d47
commit 7feb58aeab
10 changed files with 41 additions and 89 deletions

View File

@ -80,10 +80,6 @@ class captcha
// The text to draw
$captcha_key = $this->get_captcha_key();
/*
$_SESSION['ss_captcha_key'] = $captcha_key;
$_SESSION['ss_captcha_cnt'] = 0;
*/
set_session('ss_captcha_key', $captcha_key);
set_session('ss_captcha_cnt', 0);