PMCORE-4007

This commit is contained in:
Luciana Nuñez
2022-10-07 10:28:17 -04:00
parent c9e5417750
commit b8f3b837c0
2 changed files with 3 additions and 6 deletions

View File

@@ -212,7 +212,6 @@ switch ($request) {
echo $message;
break;
case 'captcha':
require_once PATH_TRUNK . 'vendor/dapphp/securimage/securimage.php';
$img = new Securimage();
$img->show();
break;