Subversion Repositories SmartDukaan

Rev

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

Rev 11127 Rev 11231
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'     => './assets/fonts/Helvetica LT Extra Compressed.ttf',
31
                 'font_path'     => './assets/fonts/Helvetica LT Extra Compressed.ttf',
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
  /**