Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/ConfirmEdit/hCaptcha/includes/HCaptchaAuthenticationRequest.php
Ðазад
<?php namespace MediaWiki\Extension\ConfirmEdit\hCaptcha; use MediaWiki\Auth\AuthenticationRequest; use MediaWiki\Extension\ConfirmEdit\Auth\CaptchaAuthenticationRequest; class HCaptchaAuthenticationRequest extends CaptchaAuthenticationRequest { public function __construct() { parent::__construct( '', [] ); } /** * @inheritDoc */ public function loadFromSubmission( array $data ) { // unhack the hack in parent return AuthenticationRequest::loadFromSubmission( $data ); } /** * @inheritDoc */ public function getFieldInfo() { $fieldInfo = parent::getFieldInfo(); return [ 'captchaWord' => [ 'type' => 'string', 'label' => $fieldInfo['captchaInfo']['label'], 'help' => \wfMessage( 'hcaptcha-help' ), ], ]; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка