Project

General

Profile

« Previous | Next » 

Revision 820

Added by thorn about 16 years ago

ASP: off per default. CAPTCHA: removed unneeded $admin. Filename: just convert chars like quote, doublequote, < > & to empty string.

View differences:

install.php
31 31

  
32 32
$database->query("CREATE TABLE `$table` (
33 33
	`enabled_captcha` VARCHAR(1) NOT NULL DEFAULT '1',
34
	`enabled_asp` VARCHAR(1) NOT NULL DEFAULT '1',
34
	`enabled_asp` VARCHAR(1) NOT NULL DEFAULT '0',
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',

Also available in: Unified diff