WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
CREATE TABLE IF NOT EXISTS `mod_captcha_control` ( `enabled_captcha` varchar(1) NOT NULL DEFAULT '1', `enabled_asp` varchar(1) NOT NULL DEFAULT '0', `captcha_type` varchar(255) NOT NULL DEFAULT 'calc_text', `asp_session_min_age` int(11) NOT NULL DEFAULT '20', `asp_view_min_age` int(11) NOT NULL DEFAULT '10', `asp_input_min_age` int(11) NOT NULL DEFAULT '5', `ct_text` longtext NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=utf8;---- Daten für Tabelle `mod_captcha_control`--INSERT INTO `mod_captcha_control` (`enabled_captcha`, `enabled_asp`, `captcha_type`, `asp_session_min_age`, `asp_view_min_age`, `asp_input_min_age`, `ct_text`) VALUES('1', '1', 'ttf_image', 20, 10, 5, '');