Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/specials/SpecialRemoveCredentials.php
Ðазад
<?php namespace MediaWiki\Specials; use MediaWiki\Auth\AuthManager; use MediaWiki\MainConfigNames; /** * Special change to remove credentials (such as a two-factor token). * * @ingroup SpecialPage */ class SpecialRemoveCredentials extends SpecialChangeCredentials { /** @inheritDoc */ protected static $allowedActions = [ AuthManager::ACTION_REMOVE ]; /** @inheritDoc */ protected static $messagePrefix = 'removecredentials'; /** @inheritDoc */ protected static $loadUserData = false; /** * @param AuthManager $authManager */ public function __construct( AuthManager $authManager ) { parent::__construct( $authManager ); $this->mName = 'RemoveCredentials'; } protected function getDefaultAction( $subPage ) { return AuthManager::ACTION_REMOVE; } protected function getRequestBlacklist() { return $this->getConfig()->get( MainConfigNames::RemoveCredentialsBlacklist ); } } /** * Retain the old class name for backwards compatibility. * @deprecated since 1.41 */ class_alias( SpecialRemoveCredentials::class, 'SpecialRemoveCredentials' );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка