Changeset 259
- Timestamp:
- 10/05/06 19:00:41 (2 years ago)
- Location:
- captcha/trunk/plugins/captcha
- Files:
-
- 3 modified
-
captcha.pl (modified) (1 diff)
-
captcha_js.cgi (modified) (1 diff)
-
captcha_js.fcgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
captcha/trunk/plugins/captcha/captcha.pl
r257 r259 71 71 # configure Auth::Captcha 72 72 $captcha->output_folder($cfg->{captcha_images_path}); 73 $captcha->secret($cfg->{captcha_secret} || ''); 73 $captcha->secret($cfg->{captcha_secret} || '') 74 if $captcha->can('secret'); 74 75 75 76 my $ttl = $cfg->{captcha_ttl}; -
captcha/trunk/plugins/captcha/captcha_js.cgi
r257 r259 46 46 47 47 $captcha->expire($cfg->{captcha_ttl} || 3600); 48 $captcha->secret($cfg->{captcha_secret} || ''); 48 $captcha->secret($cfg->{captcha_secret} || '') 49 if $captcha->can('secret'); 49 50 $captcha->output_folder($cfg->{captcha_images_path}); 50 51 my $captcha_length = $cfg->{captcha_length} || 5; -
captcha/trunk/plugins/captcha/captcha_js.fcgi
r257 r259 50 50 51 51 $captcha->expire($cfg->{captcha_ttl} || 3600); 52 $captcha->secret($cfg->{captcha_secret} || ''); 52 $captcha->secret($cfg->{captcha_secret} || '') 53 if $captcha->can('secret'); 53 54 $captcha->output_folder($cfg->{captcha_images_path}); 54 55 my $captcha_length = $cfg->{captcha_length} || 5;
![(please configure the [header_logo] section in trac.ini)](/public/chrome/common/trac_banner.png)