Project

General

Profile

1
-- phpMyAdmin SQL Dump
2
-- version 4.5.3.1
3
-- http://www.phpmyadmin.net
4
--
5
-- Host: localhost
6
-- Erstellungszeit: 01. Feb 2016 um 19:54
7
-- Server-Version: 5.6.24
8
-- PHP-Version: 7.0.1
9
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
10
-- --------------------------------------------------------
11
-- Database structure for module 'captcha_control'
12
--
13
-- Replacements: {TABLE_PREFIX}, {TABLE_ENGINE}, {FIELD_COLLATION}
14
--
15
-- --------------------------------------------------------
16
--
17
--
18
-- Daten für Tabelle `mod_captcha_control`
19
--
20

    
21
INSERT INTO `{TABLE_PREFIX}mod_captcha_control` (`enabled_captcha`, `enabled_asp`, `captcha_type`, `asp_session_min_age`, `asp_view_min_age`, `asp_input_min_age`, `ct_text`) VALUES
22
( 1, 1, 'calc_image', 20, 10, 5, '');
23

    
24
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
25
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
26
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
(4-4/9)