diff --git a/htdocs/application/views/defaults/paste_form.php b/htdocs/application/views/defaults/paste_form.php index 964d30e..ccea17f 100644 --- a/htdocs/application/views/defaults/paste_form.php +++ b/htdocs/application/views/defaults/paste_form.php @@ -101,20 +101,7 @@ -load->helper('captcha'); -$vals = array( - 'img_path' => './static/asset/', - 'img_url' => site_url('static/asset') . '/', -// 'font_path' => './path/to/fonts/texb.ttf', - 'img_width' => '150', - 'img_height' => 30, - 'expiration' => 7200 - ); - -$cap = create_captcha($vals); -echo $cap['image']; -?> +