Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/auth/CreationReasonAuthenticationRequest.php
Ðазад
<?php namespace MediaWiki\Auth; /** * Authentication request for the reason given for account creation. * Used in logs and for notification. * @stable to extend */ class CreationReasonAuthenticationRequest extends AuthenticationRequest { /** @var string Account creation reason (only used when creating for someone else) */ public $reason; /** @inheritDoc */ public $required = self::OPTIONAL; /** * @inheritDoc * @stable to override */ public function getFieldInfo() { return [ 'reason' => [ 'type' => 'string', 'label' => wfMessage( 'createacct-reason' ), 'help' => wfMessage( 'createacct-reason-help' ), ], ]; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка