Project

General

Profile

« Previous | Next » 

Revision 2095

Added by darkviper almost 11 years ago

! /functions::make_thumb() set JPG-compression to 100%
! /database::showError() output text corrected
! ../captcha.php::call_captcha() imagesize corected
! droplet >> [[SiteModified]] recoded
! droplet >> [[ModifiedWhen]] recoded
! install/index length of password restricted to 30 chars

View differences:

captcha.php
113 113
		switch(CAPTCHA_TYPE) {
114 114
		case 'calc_image':
115 115
			$captcha_width = 160;
116
			$captcha_height = 55;
116
			$captcha_height = 60;
117 117
			break;
118 118
		case 'calc_ttf_image':
119 119
			$captcha_width = 175;
......
125 125
			break;
126 126
		case 'old_image':
127 127
			$captcha_width = 160;
128
			$captcha_height = 55;
128
			$captcha_height = 60;
129 129
			break;
130 130
		default:
131 131
			$captcha_width = 250;

Also available in: Unified diff