Remove last rests of recaptcha in phan config

Change-Id: I0e4320beb60f3a2cc6e69dbbc20983cd372817a3
This commit is contained in:
Florian 2019-12-21 20:53:02 +01:00
parent a66f158e94
commit fb4c5d5692

View file

@ -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',
]
);