Project

General

Profile

« Previous | Next » 

Revision 640

Added by thorn almost 17 years ago

Text-captcha: moved text-file to database.

View differences:

install.php
35 35
	`captcha_type` VARCHAR(255) NOT NULL DEFAULT 'calc_text',
36 36
	`asp_session_min_age` INT(11) NOT NULL DEFAULT '20',
37 37
	`asp_view_min_age` INT(11) NOT NULL DEFAULT '10',
38
	`asp_input_min_age` INT(11) NOT NULL DEFAULT '5'
38
	`asp_input_min_age` INT(11) NOT NULL DEFAULT '5',
39
	`ct_text` LONGTEXT NOT NULL DEFAULT ''
39 40
	)"
40 41
);
41 42

  

Also available in: Unified diff