diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 986a68b1..532d921e 100755 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -39,11 +39,12 @@ class init extends common { 'connect' => [ 'timeout' => 600, 'attempt' => 3, - 'log' => false + 'log' => false, + 'captcha' => true ] ], 'core' => [ - 'dataVersion' => 10300, + 'dataVersion' => 10306, 'lastBackup' => 0, 'lastClearTmp' => 0, 'lastAutoUpdate' => 0,