mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
Remove last rests of recaptcha in phan config
Change-Id: I0e4320beb60f3a2cc6e69dbbc20983cd372817a3
This commit is contained in:
parent
a66f158e94
commit
fb4c5d5692
|
@ -9,7 +9,6 @@ $cfg['directory_list'] = array_merge(
|
|||
'MathCaptcha/',
|
||||
'QuestyCaptcha/',
|
||||
'ReCaptchaNoCaptcha/',
|
||||
'ReCaptcha/',
|
||||
'SimpleCaptcha/',
|
||||
'../../extensions/Math',
|
||||
]
|
||||
|
@ -18,7 +17,6 @@ $cfg['directory_list'] = array_merge(
|
|||
$cfg['exclude_analysis_directory_list'] = array_merge(
|
||||
$cfg['exclude_analysis_directory_list'],
|
||||
[
|
||||
'ReCaptcha/includes/recaptchalib.php',
|
||||
'../../extensions/Math',
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue