Subversion Repositories SmartDukaan

Rev

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

Rev 11123 Rev 11127
Line 26... Line 26...
26
      $this->vals = array(
26
      $this->vals = array(
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'     => '300',
32
                 'img_width'     => '300',
33
                 'img_height'    => 100,
33
                 'img_height'    => 100,
34
                 'expiration'    => 3600
34
                 'expiration'    => 3600
35
               );
35
               );
36
  }
36
  }