Subversion Repositories SmartDukaan

Rev

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

Rev 10582 Rev 10612
Line 28... Line 28...
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'     => '150',
33
                 'img_height'    => 50,
33
                 'img_height'    => '50',
34
                 'expiration'    => 3600
34
                 'expiration'    => 3600
35
               );
35
               );
36
  }
36
  }
37
 
37
 
38
  /**
38
  /**