From c21d6c3f5a35dcd77f0086a173bf3ca2658bde59 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 6 Jun 2012 14:48:38 +0200 Subject: [PATCH] no captcha yet --- htdocs/application/views/defaults/paste_form.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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']; -?> +