summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-11-30 03:12:18 -0300
committerYaco <franco@reevo.org>2019-11-30 03:12:18 -0300
commit76e2bd9b2e83492fd2f4379327134bcbf4c4503c (patch)
tree9163b4d235bb17fb2912c9e9883c3119d31f955c
parent78ddb669901d866549cd71556a068bcd45a5467d (diff)
agrega captch en contactform
-rw-r--r--www/wiki/LocalSettings.Reevo.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/wiki/LocalSettings.Reevo.php b/www/wiki/LocalSettings.Reevo.php
index 0f4062c0..892ec1ec 100644
--- a/www/wiki/LocalSettings.Reevo.php
+++ b/www/wiki/LocalSettings.Reevo.php
@@ -401,6 +401,7 @@ $wgCaptchaTriggersOnNamespace[NS_REVISAR]['create'] = true;
$wgCaptchaTriggers['createaccount'] = true;
$wgCaptchaTriggers['badlogin'] = true;
+
## HideEmptySections
require_once( "$IP/extensions/HideEmptySections/HideEmptySections.php" );
@@ -432,6 +433,9 @@ $wgContactConfig['default'] = array(
'RLModules' => array(), // Resource loader modules to add to the form display page.
'RLStyleModules' => array(), // Resource loader CSS modules to add to the form display page.
);
+$wgCaptchaTriggers['contactpage'] = true;
+
+
###### Extensiones propias