Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/ConfirmEdit/hCaptcha/includes/Hooks/ResourceLoaderHooks.php
Ðазад
<?php declare( strict_types=1 ); namespace MediaWiki\Extension\ConfirmEdit\hCaptcha\Hooks; use MediaWiki\Config\Config; use MediaWiki\ResourceLoader as RL; class ResourceLoaderHooks { /** * Passes config variables to ext.confirmEdit.hCaptcha.visualEditor ResourceLoader module. * @param RL\Context $context * @param Config $config * @return array */ public static function getHCaptchaResourceLoaderConfig( RL\Context $context, Config $config ) { return [ 'hCaptchaSiteKey' => $config->get( 'HCaptchaSiteKey' ), 'hCaptchaScriptURL' => 'https://js.hcaptcha.com/1/api.js', ]; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка