benaheng 发表于 2013-2-7 00:16:25

测试测试

require(dirname(__FILE__) . '/includes/init.php');require(ROOT_PATH . 'includes/cls_captcha.php');$img = new captcha(ROOT_PATH . 'data/captcha/', $_CFG['captcha_width'], $_CFG['captcha_height']);@ob_end_clean(); //清除之前出现的多余输入if (isset($_REQUEST['is_login'])){    $img->session_word = 'captcha_login';}$img->generate_image(); 
页: [1]
查看完整版本: 测试测试