Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/ConfirmEdit/includes/Store/CaptchaHashStore.php
Ðазад
<?php namespace MediaWiki\Extension\ConfirmEdit\Store; class CaptchaHashStore extends CaptchaStore { /** @var array */ protected $data = []; /** * @inheritDoc */ public function store( $index, $info ) { $this->data[$index] = $info; } /** * @inheritDoc */ public function retrieve( $index ) { if ( array_key_exists( $index, $this->data ) ) { return $this->data[$index]; } return false; } /** * @inheritDoc */ public function clear( $index ) { unset( $this->data[$index] ); } public function cookiesNeeded() { return false; } public function clearAll() { $this->data = []; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка