$g4['path']."/plugin/captcha/captcha.lib.php", 'js' => $g4['path']."/plugin/captcha/captcha.js", 'fonts' => $g4['path']."/plugin/captcha/fonts" ); include_once($captcha->lib); $g4['js_file'][] = $captcha->js; $captcha_obj = new captcha(); $captcha_obj->run(); } else { unset($_SESSION['ss_captcha_use']); } ?>