Subversion Repositories SmartDukaan

Rev

Rev 10612 | Rev 11123 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10612 Rev 10622
Line 27... Line 27...
27
                 'word'          => '',
27
                 'word'          => '',
28
                 'word_length'   => 5,
28
                 'word_length'   => 5,
29
                 'img_path'      => './assets/captcha/',
29
                 'img_path'      => './assets/captcha/',
30
                 'img_url'       => base_url().'assets/captcha/',
30
                 'img_url'       => base_url().'assets/captcha/',
31
                 'font_path'     => '',
31
                 'font_path'     => '',
32
                 'img_width'     => '150',
32
                 'img_width'     => '300',
33
                 'img_height'    => '50',
33
                 'img_height'    => 100,
34
                 'expiration'    => 3600
34
                 'expiration'    => 3600
35
               );
35
               );
36
  }
36
  }
37
 
37
 
38
  /**
38
  /**