From 76e2bd9b2e83492fd2f4379327134bcbf4c4503c Mon Sep 17 00:00:00 2001 From: Yaco Date: Sat, 30 Nov 2019 03:12:18 -0300 Subject: agrega captch en contactform --- www/wiki/LocalSettings.Reevo.php | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.1